Skip to content

Commit f87b022

Browse files
authored
Merge pull request #29 from release-engineering/konflux/mintmaker/develop/all-dependencies
Update all dependencies
2 parents bb898be + 20f306c commit f87b022

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ repos:
3131

3232
# Auto-update syntax
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.21.1
34+
rev: v3.21.2
3535
hooks:
3636
- id: pyupgrade
3737
args:
3838
- --py311-plus
3939

4040
# Linter and formatter
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.14.5
42+
rev: v0.14.6
4343
hooks:
4444
- id: ruff
4545
args:
@@ -49,7 +49,7 @@ repos:
4949

5050
# Security linter
5151
- repo: https://github.com/pycqa/bandit
52-
rev: 1.9.0
52+
rev: 1.9.2
5353
hooks:
5454
- id: bandit
5555
name: bandit

.tekton/resultsdb-frontend-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ spec:
588588
- name: name
589589
value: rpms-signature-scan
590590
- name: bundle
591-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:78c8d7960c6db284356d94aaae64d1fca34fff4de6a6e20d897a088af0c81cf5
591+
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:0ea6f3f90ee719a22da894214c4c8c396ab4da7cf411be592a07e9c7cf440850
592592
- name: kind
593593
value: task
594594
resolver: bundles

.tekton/resultsdb-frontend-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ spec:
588588
- name: name
589589
value: rpms-signature-scan
590590
- name: bundle
591-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:78c8d7960c6db284356d94aaae64d1fca34fff4de6a6e20d897a088af0c81cf5
591+
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:0ea6f3f90ee719a22da894214c4c8c396ab4da7cf411be592a07e9c7cf440850
592592
- name: kind
593593
value: task
594594
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:20251114@sha256:46af02c7333088acec45214050929e24ce3a19dbcfd74ea5ffef51fcea03c9e4
1+
FROM quay.io/fedora/python-313:20251119@sha256:fd69a52e38cc8c2503294b3488a294b7db516647af738bd638a9737c72c1022d
22

33
ARG GITHUB_SHA
44
LABEL \

0 commit comments

Comments
 (0)