Skip to content

Commit 7de83e8

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616

1717
# Sort imports
1818
- repo: https://github.com/pycqa/isort
19-
rev: 7.0.0
19+
rev: 8.0.0
2020
hooks:
2121
- id: isort
2222
name: isort
@@ -26,7 +26,7 @@ repos:
2626

2727
# Remove unused imports, variables, statements
2828
- repo: https://github.com/PyCQA/autoflake
29-
rev: v2.3.1
29+
rev: v2.3.3
3030
hooks:
3131
- id: autoflake
3232

@@ -40,7 +40,7 @@ repos:
4040

4141
# Linter and formatter
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.15.1
43+
rev: v0.15.2
4444
hooks:
4545
- id: ruff
4646
args:

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:20260211@sha256:9de1ca238e2a9d8378d8a2f7d4fc97b6762500c64ff85ebd0c002d31b0b2cf31 AS builder
1+
FROM quay.io/fedora/python-313:20260218@sha256:654df0c971e86e9ecb781e55a7d7860b7e07bc66c8f60d1ce2c28ef09d1556c3 AS builder
22

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

0 commit comments

Comments
 (0)