From ac95e331cd9e4398c23fa48dde216be0065268ee Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:33:15 +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 15636dc..8eef504 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ include: unittests: image: - name: quay.io/fedora/python-313:latest@sha256:41ebd88e1ea61238c4f3a07816dc30c5f97cf3b941178cf1c6c62a6bcbc8d121 + name: quay.io/fedora/python-313:latest@sha256:6b308b06e782f77782fcbf68fc79cebad44b9cc47ffc1dab9c7b1b4089501cf8 stage: test script: - pip install tox diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd62e92..4cf8374 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.11 + rev: v0.14.13 hooks: - id: ruff args: @@ -48,6 +48,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.78.1 + rev: 42.84.0 hooks: - id: renovate-config-validator diff --git a/Containerfile b/Containerfile index 5155d87..256d869 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20260107@sha256:41ebd88e1ea61238c4f3a07816dc30c5f97cf3b941178cf1c6c62a6bcbc8d121 AS builder +FROM quay.io/fedora/python-313:20260115@sha256:6b308b06e782f77782fcbf68fc79cebad44b9cc47ffc1dab9c7b1b4089501cf8 AS builder # builder should use root to install/create all files USER root