diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9cbbc76..0cdd1cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.2 hooks: - id: ruff args: @@ -85,6 +85,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.100.1 + rev: 39.119.2 hooks: - id: renovate-config-validator diff --git a/Dockerfile b/Dockerfile index c0ef756..3de52e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20250108@sha256:214d28a932504676e4c148ab20f866d93114337f2384741561e7c5070231422f AS builder +FROM quay.io/fedora/python-313:20250121@sha256:b3da35e2db8d1adf7564307d982142dbe2ce997cf4add5c475698758e86fbaae AS builder # builder should use root to install/create all files USER root diff --git a/docker-compose.yml b/docker-compose.yml index 24f777c..ab7aa3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: test: "pg_isready -U postgres || exit 1" resultsdb: - image: quay.io/factory2/resultsdb@sha256:6eb4c4a5104cc407e5766c78e9b8f30bc3d01f438694256271164b0558743312 + image: quay.io/factory2/resultsdb@sha256:9abab48c2e7eb142d62ceaf166e84c4e913f51f5f5440a3f0724d19f0ff4fed8 environment: - GREENWAVE_LISTENERS=${GREENWAVE_LISTENERS:-1} command: ["bash", "-c", "/start.sh"] @@ -68,7 +68,7 @@ services: env_file: ["docker/waiverdb-db.env"] waiverdb: - image: quay.io/factory2/waiverdb@sha256:273c035ca72fee174166ea1f23143b27780b120d9b143980e8d0c956a05c66db + image: quay.io/factory2/waiverdb@sha256:2515a206844076cb8330128aeb473438148025b6eda7b90ae272bf3db2ebbd91 env_file: ["docker/waiverdb.env"] environment: - GREENWAVE_LISTENERS=${GREENWAVE_LISTENERS:-1} diff --git a/poetry.lock b/poetry.lock index e4326ad..cee1095 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" @@ -1286,6 +1286,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"},