Skip to content

Commit ebf736f

Browse files
Update all dependencies
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
1 parent 69f59d2 commit ebf736f

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.12.0
22+
rev: v0.12.1
2323
hooks:
2424
- id: ruff
2525
args:
@@ -42,6 +42,6 @@ repos:
4242

4343
# renovate.json validator
4444
- repo: https://github.com/renovatebot/pre-commit-hooks
45-
rev: 41.1.4
45+
rev: 41.17.2
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:20250618@sha256:0ae5d76df96b8acb3f655c948ad4e313d7b84d3327d22a82d6efa471244dd698 AS builder
1+
FROM quay.io/fedora/python-313:20250625@sha256:70735be22da10b90c8f53a038e35adccca651011a7ed06fc5ef9a61f6597c9a7 AS builder
22

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

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ koji = "^1.35.0"
3636
gssapi = "^1.8.2"
3737
python-ldap = "^3.4.4"
3838
requests-gssapi = "^1.3.0"
39-
uvicorn = {extras = ["standard"], version = "^0.34.0"}
39+
uvicorn = {extras = ["standard"], version = "^0.35.0"}
4040

4141
opentelemetry-exporter-otlp-proto-http = "^1.22.0"
4242
opentelemetry-instrumentation-fastapi = "^0.43b0"

0 commit comments

Comments
 (0)