From 39aa58416246598b6a8f2a902741f316aca85f68 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:28:07 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/workflows/gating.yaml | 14 +++++++------- .pre-commit-config.yaml | 4 ++-- Dockerfile | 2 +- pyproject.toml | 2 +- uv.lock | 8 ++++---- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/gating.yaml b/.github/workflows/gating.yaml index a44e0f3d..1a6cb899 100644 --- a/.github/workflows/gating.yaml +++ b/.github/workflows/gating.yaml @@ -18,10 +18,10 @@ jobs: contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: "3.13" @@ -47,10 +47,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: "3.13" @@ -66,7 +66,7 @@ jobs: - Dockerfile steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 with: @@ -84,10 +84,10 @@ jobs: IMAGE_NAME: greenwave steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: "3.13" enable-cache: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 718c63ce..f70e8b9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.15.20 hooks: - id: ruff args: @@ -85,6 +85,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.207.3 + rev: 43.245.0 hooks: - id: renovate-config-validator diff --git a/Dockerfile b/Dockerfile index 33e0d7b1..c5a22ef4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20260529@sha256:e96d6de3dac3954be9e89f462c446837a8b0fd4d9ace8a8051d0c204a5b64ae9 AS builder +FROM quay.io/fedora/python-313:20260624@sha256:a03bb3617838386fd30de750a6f468372bc2447e4bb675ad4a600ee28cd49424 AS builder # builder should use root to install/create all files USER root diff --git a/pyproject.toml b/pyproject.toml index c14077fb..43e88087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ [project.optional-dependencies] test = [ - "pytest>=9.0.3,<9.1", + "pytest>=9.1.1,<9.2", "pytest-cov>=7,<7.2", "mock>=5.1.0,<6.0", "requests-mock>=1.11.0,<2.0", diff --git a/uv.lock b/uv.lock index b1bee2e0..c62d3718 100644 --- a/uv.lock +++ b/uv.lock @@ -443,7 +443,7 @@ requires-dist = [ { name = "opentelemetry-sdk", specifier = ">=1.24.0,<2.0" }, { name = "psycopg2-binary", marker = "extra == 'functional-test'", specifier = ">=2.9.9,<3.0" }, { name = "pymemcache", specifier = ">=4.0.0,<5.0" }, - { name = "pytest", marker = "extra == 'test'", specifier = ">=9.0.3,<9.1" }, + { name = "pytest", marker = "extra == 'test'", specifier = ">=9.1.1,<9.2" }, { name = "pytest-cov", marker = "extra == 'test'", specifier = ">=7,<7.2" }, { name = "python-dateutil", specifier = ">=2.8.2,<3.0" }, { name = "pyyaml", specifier = ">=6.0,<7.0" }, @@ -884,7 +884,7 @@ wheels = [ [[package]] name = "pytest" -version = "9.0.3" +version = "9.1.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -893,9 +893,9 @@ dependencies = [ { name = "pluggy" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e4/47/b9efed96c114afcfa3c9d3fe98a76a1d14c74a9e266d397cf6eb64be5e01/pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313", size = 1636369, upload-time = "2026-06-19T10:58:32.857Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" }, + { url = "https://files.pythonhosted.org/packages/24/25/1de2678b631f5a49215c6c96fff41ba892b0a34df68d6d80292b1b48aa7f/pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c", size = 386536, upload-time = "2026-06-19T10:58:31.347Z" }, ] [[package]]