From 20182ec83f4baa2df7a18be5a6924e4dd99dcb8a Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Wed, 19 Feb 2025 11:09:16 +0300 Subject: [PATCH] update deps --- Dockerfile.base | 4 ++-- build-scripts/image.sh | 2 +- requirements.txt | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 76a2c4e..657c12b 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -287,8 +287,8 @@ SHELL [ "/bin/sh", "-ec" ] COPY /scripts/* /usr/local/sbin/ COPY /extra-scripts/* /usr/local/sbin/ -## "2024.08.30" -ENV CERTIFI_COMMIT=4ba39005afa1958ee24af51a11b64299fba61025 +## "2025.01.31" +ENV CERTIFI_COMMIT=088f93122ea7c91cfdaeea7fa76ab2f850b8064d # 'https://raw.githubusercontent.com/certifi/python-certifi' ARG CERTIFI_BASE_URI='https://github.com/certifi/python-certifi/raw' diff --git a/build-scripts/image.sh b/build-scripts/image.sh index ac03b4c..34dd332 100755 --- a/build-scripts/image.sh +++ b/build-scripts/image.sh @@ -8,7 +8,7 @@ BUILDAH_ISOLATION="${BUILDAH_ISOLATION:-chroot}" BUILDAH_NETWORK="${BUILDAH_NETWORK:-host}" set +a -POSTGRESQL_VERSION="${1:-16.6}" +POSTGRESQL_VERSION="${1:-16.7}" PG_MAJOR="${POSTGRESQL_VERSION%%.*}" img="docker.io/rockdrilla/postgresql:${POSTGRESQL_VERSION}" diff --git a/requirements.txt b/requirements.txt index 02e0d07..aa1f42d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ ## psycopg[c,pool] -psycopg-c==3.2.3 +psycopg-c==3.2.4 typing_extensions==4.12.2 psycopg-pool==3.2.4 -psycopg[c,pool]==3.2.3 +psycopg[c,pool]==3.2.4 ## patroni[etcd3,kubernetes] click==8.1.8 wcwidth==0.2.13 -prettytable==3.12.0 -psutil==6.1.1 +prettytable==3.14.0 +psutil==7.0.0 six==1.17.0 python-dateutil==2.9.0.post0 PyYAML==6.0.2 @@ -24,5 +24,5 @@ patroni[etcd3,kubernetes]==4.0.4 cdiff==1.0 pycparser==2.22 cffi==1.17.1 -cryptography==44.0.0 +cryptography==44.0.1 netaddr==1.3.0