Skip to content

Commit f7d2479

Browse files
Update all dependencies
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
1 parent 357e6a7 commit f7d2479

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919

2020
# Linter and formatter
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.11.12
22+
rev: v0.11.13
2323
hooks:
2424
- id: ruff
2525
args:
@@ -28,7 +28,7 @@ repos:
2828

2929
# Security linter
3030
- repo: https://github.com/pycqa/bandit
31-
rev: 1.8.3
31+
rev: 1.8.4
3232
hooks:
3333
- id: bandit
3434
name: bandit
@@ -42,6 +42,6 @@ repos:
4242

4343
# renovate.json validator
4444
- repo: https://github.com/renovatebot/pre-commit-hooks
45-
rev: 40.36.8
45+
rev: 40.57.0
4646
hooks:
4747
- 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:20250528@sha256:dba47f36203c1e57600321cd16a3e5061c9839aa8f3f19fcf4ca610b76faaac7 AS builder
1+
FROM quay.io/fedora/python-313:20250613@sha256:2ae96ae84f8e6220d8e114c92bd3062bd92e6794eae114bf67ec81bd18ca362b AS builder
22

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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- jaeger
2929

3030
plm-db:
31-
image: postgres:17.5-alpine@sha256:f325a29ec9deb7039c5f07761d77d79d537dac836ecd99f982f6ca5476724604
31+
image: postgres:17.5-alpine@sha256:fbe21607052bb5c298674f2fd8cf044a63aa3ddf50b81627f894f91f40f50bcb
3232
volumes:
3333
- ./docker/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d:ro,z
3434
restart: always

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)