Skip to content

Commit b957be5

Browse files
red-hat-konflux[bot]hluk
authored andcommitted
Update all dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ab796cb commit b957be5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222

2323
# Sort imports
2424
- repo: https://github.com/pycqa/isort
25-
rev: 7.0.0
25+
rev: 8.0.0
2626
hooks:
2727
- id: isort
2828
name: isort
@@ -32,7 +32,7 @@ repos:
3232

3333
# Remove unused imports, variables, statements
3434
- repo: https://github.com/PyCQA/autoflake
35-
rev: v2.3.1
35+
rev: v2.3.3
3636
hooks:
3737
- id: autoflake
3838

@@ -46,7 +46,7 @@ repos:
4646

4747
# Linter and formatter
4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.15.1
49+
rev: v0.15.2
5050
hooks:
5151
- id: ruff
5252
args:
@@ -85,6 +85,6 @@ repos:
8585

8686
# renovate.json validator
8787
- repo: https://github.com/renovatebot/pre-commit-hooks
88-
rev: 43.15.1
88+
rev: 43.31.1
8989
hooks:
9090
- id: renovate-config-validator

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)