Skip to content

Commit 3420188

Browse files
Update all dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent d2a9dbf commit 3420188

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.pre-commit-config.yaml

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

8383
# renovate.json validator
8484
- repo: https://github.com/renovatebot/pre-commit-hooks
85-
rev: 42.84.0
85+
rev: 43.0.9
8686
hooks:
8787
- id: renovate-config-validator

.tekton/resultsdb-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ spec:
600600
- name: name
601601
value: rpms-signature-scan
602602
- name: bundle
603-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:f2df541f49b5310f343b55f58b0881a46a2b46c5df39a9c34563c5042b106f6f
603+
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:2f3015ac7a642ea7f104d2194a8cb45921570f9539c6604ddcb5f62796f22a53
604604
- name: kind
605605
value: task
606606
resolver: bundles

.tekton/resultsdb-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ spec:
591591
- name: name
592592
value: rpms-signature-scan
593593
- name: bundle
594-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:f2df541f49b5310f343b55f58b0881a46a2b46c5df39a9c34563c5042b106f6f
594+
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:2f3015ac7a642ea7f104d2194a8cb45921570f9539c6604ddcb5f62796f22a53
595595
- name: kind
596596
value: task
597597
resolver: bundles

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.12,<3.14"
1111
dependencies = [
1212
"flask>=3.0.1,<4.0.0",
13-
"gunicorn>=24.1.1,<24.2.0",
13+
"gunicorn>=25.0.0,<25.1.0",
1414
"fedora-messaging>=3.4.1,<4.0.0",
1515
"stomp-py>=8.2.0,<9.0.0",
1616
"Flask-SQLAlchemy>=3.1.1,<4.0.0",

uv.lock

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

0 commit comments

Comments
 (0)