From 1b842f595ccf6585ceb71a97b72bc8d4c023030a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:49:07 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adea7c9..a1af0f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: # Sort imports - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 8.0.0 hooks: - id: isort name: isort @@ -32,7 +32,7 @@ repos: # Remove unused imports, variables, statements - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.3.3 hooks: - id: autoflake @@ -46,7 +46,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.1 + rev: v0.15.2 hooks: - id: ruff args: @@ -85,6 +85,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.15.1 + rev: 43.31.1 hooks: - id: renovate-config-validator diff --git a/Dockerfile b/Dockerfile index ea96af5..de6df65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20260211@sha256:9de1ca238e2a9d8378d8a2f7d4fc97b6762500c64ff85ebd0c002d31b0b2cf31 AS builder +FROM quay.io/fedora/python-313:20260218@sha256:654df0c971e86e9ecb781e55a7d7860b7e07bc66c8f60d1ce2c28ef09d1556c3 AS builder # builder should use root to install/create all files USER root