Skip to content

Commit 9e2feb9

Browse files
Update all dependencies (#328)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 7238d38 commit 9e2feb9

6 files changed

Lines changed: 10 additions & 12 deletions

File tree

.pre-commit-config.yaml

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

4444
# Linter and formatter
4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.14.13
46+
rev: v0.14.14
4747
hooks:
4848
- id: ruff
4949
args:
@@ -68,7 +68,7 @@ repos:
6868

6969
# Security linter
7070
- repo: https://github.com/pycqa/bandit
71-
rev: 1.9.2
71+
rev: 1.9.3
7272
hooks:
7373
- id: bandit
7474
name: bandit

.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:00417785ba16344c10e8682bf58eeb6ef058cedd88ae2d86bb14ced220135374
603+
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:f2df541f49b5310f343b55f58b0881a46a2b46c5df39a9c34563c5042b106f6f
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
@@ -590,7 +590,7 @@ spec:
590590
- name: name
591591
value: rpms-signature-scan
592592
- name: bundle
593-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:00417785ba16344c10e8682bf58eeb6ef058cedd88ae2d86bb14ced220135374
593+
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:f2df541f49b5310f343b55f58b0881a46a2b46c5df39a9c34563c5042b106f6f
594594
- name: kind
595595
value: task
596596
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:20260115@sha256:6b308b06e782f77782fcbf68fc79cebad44b9cc47ffc1dab9c7b1b4089501cf8 AS builder
1+
FROM quay.io/fedora/python-313:20260121@sha256:291dc3df45ad11ee10a768a0dcc7420c04dcaca48767b9aa93e9c86750316f34 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>=23.0.0,<24.0.0",
13+
"gunicorn>=24.1.1,<24.2.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 & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)