From e195a9ab764df17a72266365bd3bbfbd786b429f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:31:04 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .gitlab-ci.yml | 2 +- .pre-commit-config.yaml | 4 ++-- Containerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c040608..15636dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ include: unittests: image: - name: quay.io/fedora/python-313:latest@sha256:9d9f0c628b55769b811767e656b508dadd4f19d13985b5e591cff0175beddeff + name: quay.io/fedora/python-313:latest@sha256:41ebd88e1ea61238c4f3a07816dc30c5f97cf3b941178cf1c6c62a6bcbc8d121 stage: test script: - pip install tox diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65c9523..bd62e92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.11 hooks: - id: ruff args: @@ -48,6 +48,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.71.0 + rev: 42.78.1 hooks: - id: renovate-config-validator diff --git a/Containerfile b/Containerfile index 54f051b..5155d87 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20251231@sha256:9d9f0c628b55769b811767e656b508dadd4f19d13985b5e591cff0175beddeff AS builder +FROM quay.io/fedora/python-313:20260107@sha256:41ebd88e1ea61238c4f3a07816dc30c5f97cf3b941178cf1c6c62a6bcbc8d121 AS builder # builder should use root to install/create all files USER root