From 4a63191593e7b253c2b8c714f1d39a9d6347913e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:45:06 +0000 Subject: [PATCH 1/2] chore(deps): update postgres:15.10-bullseye docker digest to 8602062 --- postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Dockerfile b/postgres/Dockerfile index a41f173aa8..1dbff67fe8 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:15.10-bullseye@sha256:64c75e82b01c09a8fce09cf03f52f2c7c20f7b7530ab1fa51c678fff826af6f0 +FROM postgres:15.10-bullseye@sha256:860206224dcd5c3d7e56a5b619ba6176dc89700de9395c4ad4b5c2c8dd483fc4 RUN find / -type f -perm /u+s -ignore_readdir_race -exec chmod u-s {} \; && \ find / -type f -perm /g+s -ignore_readdir_race -exec chmod g-s {} \; From c628611f34f771084cb69b71716cfb5ca8963105 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:46:51 +0000 Subject: [PATCH 2/2] =?UTF-8?q?format=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=9F=E3=81=AE=E3=81=A7=E7=9B=B4=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=82=E3=81=92=E3=81=9F=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 839f23cddf..f60e10c912 100644 --- a/uv.lock +++ b/uv.lock @@ -1399,7 +1399,7 @@ wheels = [ [[package]] name = "sudden-death" version = "0.0.1" -source = { git = "https://github.com/dev-hato/sudden-death?branch=master#0baf72003d0105cb9ef515735a7f656a99890780" } +source = { git = "https://github.com/dev-hato/sudden-death?branch=master#fc4f33c5ea13398c0842dfb91edcde6284a150d9" } dependencies = [ { name = "click" }, { name = "pyperclip" },