From 10eed1dc42159002767593bd9c3f971006c2be8a Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Mon, 3 Feb 2025 00:15:29 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: redhat-renovate-bot --- .github/workflows/resultsdb.yaml | 4 ++-- .pre-commit-config.yaml | 6 +++--- Dockerfile | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/resultsdb.yaml b/.github/workflows/resultsdb.yaml index 40d1afd..67f38ea 100644 --- a/.github/workflows/resultsdb.yaml +++ b/.github/workflows/resultsdb.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 with: python-version: ${{ matrix.python-version }} @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 with: python-version: ${{ matrix.python-version }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9bc3815..1dc36b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # Sort imports - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort @@ -43,7 +43,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.9.4 hooks: - id: ruff args: @@ -82,6 +82,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.136.0 + rev: 39.156.1 hooks: - id: renovate-config-validator diff --git a/Dockerfile b/Dockerfile index 7f0bc77..b565fb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20250127@sha256:71ee92e82959c46ef4442586b9b35024d4b0c836f001e1c712d96199ae484d0f AS builder +FROM quay.io/fedora/python-313:20250129@sha256:043f303ad58cc51808a8fe59cfd465b85549ec16c96a9342822cfc7503664528 AS builder # builder should use root to install/create all files USER root