From 680dfa96ab2f776113905d6f913121eb73ff6475 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Thu, 2 Jan 2025 05:07:20 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: redhat-renovate-bot --- .github/workflows/gating.yaml | 6 +++--- .pre-commit-config.yaml | 8 ++++---- Dockerfile | 2 +- docker-compose.yml | 2 +- pyproject.toml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/gating.yaml b/.github/workflows/gating.yaml index 931aa1a..1bfde35 100644 --- a/.github/workflows/gating.yaml +++ b/.github/workflows/gating.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: "3.13" @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: "3.13" @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: "3.13" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50022e9..91b5846 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: # Auto-update syntax - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: @@ -46,7 +46,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.4 hooks: - id: ruff args: @@ -62,7 +62,7 @@ repos: # Type linter - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy args: @@ -85,6 +85,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 d686c27..7841954 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20241120@sha256:8c0c6ddd165c6771ed1ce79ae0f02d6f31de16a7e3fcad8f8048c5c2847f68e0 AS builder +FROM quay.io/fedora/python-313:20250101@sha256:208f88c0d45e010bca6f8adab9534c6408a51e16423d89a115c094feb5fd155d AS builder # builder should use root to install/create all files USER root diff --git a/docker-compose.yml b/docker-compose.yml index 18b55c4..cb04d6c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: - 127.0.0.1:9125:9125 # statsd resultsdb-db: &resultsdb-db - image: postgres:14.7-alpine + image: postgres:17.2-alpine@sha256:d37d2c160d34430877c802e5adc22824a2ad453499db9bab1a2ceb2be6c1a46f restart: always env_file: ["docker/resultsdb-db.env"] healthcheck: diff --git a/pyproject.toml b/pyproject.toml index ba28d41..8b96fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,14 +35,14 @@ fedora-messaging = "^3.4.1" "stomp.py" = "^8.1.2" pytest = {version = "^8.3.3", optional = true} -pytest-cov = {version = "^5.0.0", optional = true} +pytest-cov = {version = "^6.0.0", optional = true} mock = {version = "^5.1.0", optional = true} requests-mock = {version = "^1.11.0", optional = true} SQLAlchemy = {version = "^2.0.35", optional = true} psycopg2-binary = {version = "^2.9.9", optional = true} -sphinx = {version = "^7.1.2", optional = true} +sphinx = {version = "^8.0.0", optional = true} sphinxcontrib-httpdomain = {version = "^1.8.1", optional = true} statsd = "^4.0.1"