From 566dc0b570d9cc87c786dbdf710e12a6bf0376d7 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Fri, 3 Jan 2025 03:07:50 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: redhat-renovate-bot --- .github/workflows/resultsdb.yaml | 6 +++--- .pre-commit-config.yaml | 8 ++++---- Dockerfile | 2 +- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/resultsdb.yaml b/.github/workflows/resultsdb.yaml index 48a73c7..9a9d3fd 100644 --- a/.github/workflows/resultsdb.yaml +++ b/.github/workflows/resultsdb.yaml @@ -19,12 +19,12 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ matrix.python-version }} - name: Install system dependencies - uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2 + uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3 with: timeout_minutes: 10 retry_wait_seconds: 30 @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ matrix.python-version }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 423b0c0..c21afe3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: # Auto-update syntax - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: @@ -43,7 +43,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.5 hooks: - id: ruff args: @@ -59,7 +59,7 @@ repos: # Type linter - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy args: @@ -82,6 +82,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.46.1 + rev: 39.86.3 hooks: - id: renovate-config-validator diff --git a/Dockerfile b/Dockerfile index da5ecbf..2d76caa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-312:20241120@sha256:aedc5b00a981c671a5dab3c1885f89398b2bf633264542635e3fc3096a56538a AS builder +FROM quay.io/fedora/python-312:20250101@sha256:30e9dd44032e041c4967ec7d20f35929e6c5de30cd6afe0f575f9786e9c90723 AS builder # builder should use root to install/create all files USER root diff --git a/pyproject.toml b/pyproject.toml index 40c8d3c..1d13550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.13,<3.14" flask = "^3.0.1" gunicorn = "^23.0.0" fedora-messaging = "^3.4.1"