Skip to content

Commit 5b3acf2

Browse files
Update all dependencies
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
1 parent a85555a commit 5b3acf2

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646

4747
# Linter and formatter
4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.9.1
49+
rev: v0.9.2
5050
hooks:
5151
- id: ruff
5252
args:
@@ -85,6 +85,6 @@ repos:
8585

8686
# renovate.json validator
8787
- repo: https://github.com/renovatebot/pre-commit-hooks
88-
rev: 39.100.1
88+
rev: 39.117.2
8989
hooks:
9090
- id: renovate-config-validator

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/python-313:20250108@sha256:214d28a932504676e4c148ab20f866d93114337f2384741561e7c5070231422f AS builder
1+
FROM quay.io/fedora/python-313:20250115@sha256:b118b205fa22b400f2ccd606aa1f5674e12bf8aa02f228ab4484953a9a2d84f8 AS builder
22

33
# builder should use root to install/create all files
44
USER root

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
test: "pg_isready -U postgres || exit 1"
4545

4646
resultsdb:
47-
image: quay.io/factory2/resultsdb@sha256:6eb4c4a5104cc407e5766c78e9b8f30bc3d01f438694256271164b0558743312
47+
image: quay.io/factory2/resultsdb@sha256:9abab48c2e7eb142d62ceaf166e84c4e913f51f5f5440a3f0724d19f0ff4fed8
4848
environment:
4949
- GREENWAVE_LISTENERS=${GREENWAVE_LISTENERS:-1}
5050
command: ["bash", "-c", "/start.sh"]
@@ -68,7 +68,7 @@ services:
6868
env_file: ["docker/waiverdb-db.env"]
6969

7070
waiverdb:
71-
image: quay.io/factory2/waiverdb@sha256:273c035ca72fee174166ea1f23143b27780b120d9b143980e8d0c956a05c66db
71+
image: quay.io/factory2/waiverdb@sha256:8b2438a6f1c36e10529c88fb0661491daf1f170e69cc563b8498afb674bbd905
7272
env_file: ["docker/waiverdb.env"]
7373
environment:
7474
- GREENWAVE_LISTENERS=${GREENWAVE_LISTENERS:-1}

poetry.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)