Skip to content

Commit a1fbed5

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

3 files changed

Lines changed: 4 additions & 4 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:24c1b6bc9b320ce7462b72e9f327765cd2be1fe437c869af36d65a5b218ff555
28+
name: quay.io/fedora/python-313:latest@sha256:e7b70989fee8db02ffa56287bc64dce88508ed14b389efb3f43dcef5f1bb7113
2929
stage: test
3030
script:
3131
- pip install tox

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.4
19+
rev: v0.15.5
2020
hooks:
2121
- id: ruff
2222
args:
@@ -39,6 +39,6 @@ repos:
3939

4040
# Fix common misspellings
4141
- repo: https://github.com/codespell-project/codespell
42-
rev: v2.4.1
42+
rev: v2.4.2
4343
hooks:
4444
- id: codespell

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

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

0 commit comments

Comments
 (0)