Skip to content

Commit b62db01

Browse files
chore(deps): update all dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent aa251bc commit b62db01

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include:
2525

2626
unittests:
2727
image:
28-
name: quay.io/fedora/python-313:latest@sha256:e7b70989fee8db02ffa56287bc64dce88508ed14b389efb3f43dcef5f1bb7113
28+
name: quay.io/fedora/python-313:latest@sha256:e4fd765fe5d2da98ab5fa1ff5581e6b81ccb78b6b3cbf2d101b9f3e421f8ec4e
2929
stage: test
3030
script:
3131
- pip install tox

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616

1717
# Linter and formatter
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.15.5
19+
rev: v0.15.6
2020
hooks:
2121
- id: ruff
2222
args:

Containerfile

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:20260304@sha256:e7b70989fee8db02ffa56287bc64dce88508ed14b389efb3f43dcef5f1bb7113 AS builder
1+
FROM quay.io/fedora/python-313:20260312@sha256:e4fd765fe5d2da98ab5fa1ff5581e6b81ccb78b6b3cbf2d101b9f3e421f8ec4e AS builder
22

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

0 commit comments

Comments
 (0)