From 9ae1050f415230269e66f7db4a604941a179a9ed Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Mon, 20 Jan 2025 06:08:55 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: redhat-renovate-bot --- .github/workflows/gating.yaml | 2 +- Dockerfile | 2 +- docker-compose.yml | 4 ++-- poetry.lock | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gating.yaml b/.github/workflows/gating.yaml index a1f5c2d..e00b979 100644 --- a/.github/workflows/gating.yaml +++ b/.github/workflows/gating.yaml @@ -193,7 +193,7 @@ jobs: .github/run-functional-tests.sh "${{ steps.build-image.outputs.image }}:${{ github.sha }}" - name: Upload pytest logs - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 if: failure() with: name: pytest-logs diff --git a/Dockerfile b/Dockerfile index 05ea3d0..26cede6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20250101@sha256:dc3b9cf6de0ce9dca8b7eda0b353f7cfa15887e0bfe2015b2100f7d1aa368293 AS builder +FROM quay.io/fedora/python-313:20250115@sha256:36660fc6c31b642a5107147f13bda4e848dd395a89d67055a654e61e5b17e89e AS builder # builder should use root to install/create all files USER root diff --git a/docker-compose.yml b/docker-compose.yml index bf5fd46..34cd52e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: retries: 30 waiverdb-db: - image: postgres:17.2-alpine@sha256:c06885332d687650faea9901660ab39a6361565b39e5e5c320ef56bd3cfa7733 + image: postgres:17.2-alpine@sha256:0bcc5bbbb2aa9c9b4c6505845918c7eb55d783cf5c1f434fac33012579fb149d restart: always env_file: ["docker/waiverdb-db.env"] healthcheck: @@ -38,7 +38,7 @@ services: test: "pg_isready -U postgres" keycloak: - image: quay.io/keycloak/keycloak:26.0.7@sha256:4388e2379b7e870a447adbe7b80bd61f5fbf04e925832b19669fda4957f05a81 + image: quay.io/keycloak/keycloak:26.1.0@sha256:ac430f92e286fdcbef10bc8ea6e2b2472eae5838dc264221be338f6733453e70 ports: - 127.0.0.1:5004:5004 - 127.0.0.1:8080:8080 diff --git a/poetry.lock b/poetry.lock index e02c122..61799a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1793,6 +1793,7 @@ files = [ {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567"}, + {file = "psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864"},