Skip to content

Commit b722530

Browse files
Update all dependencies (#401)
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
1 parent a6396e9 commit b722530

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gating.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616

1717
- name: Install uv
18-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
18+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
1919
with:
2020
python-version: "3.13"
2121
enable-cache: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ repos:
4242

4343
# renovate.json validator
4444
- repo: https://github.com/renovatebot/pre-commit-hooks
45-
rev: 42.84.0
45+
rev: 43.0.9
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:20260121@sha256:291dc3df45ad11ee10a768a0dcc7420c04dcaca48767b9aa93e9c86750316f34 AS builder
1+
FROM quay.io/fedora/python-313:20260128@sha256:a5b6ed33c1c093094e9cceaed2bf6b4a792734a3d44e1021bece82aae9323018 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:18.1-alpine@sha256:b40d931bd0e7ce6eecc59a5a6ac3b3c04a01e559750e73e7086b6dbd7f8bf545
31+
image: postgres:18.1-alpine@sha256:aa6eb304ddb6dd26df23d05db4e5cb05af8951cda3e0dc57731b771e0ef4ab29
3232
volumes:
3333
- ./docker/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d:ro,z
3434
restart: always

0 commit comments

Comments
 (0)