From 90a2e880cf53ad34cef7ac000d36632b0299cad5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:08:57 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- Containerfile | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 095b018..334311e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.4 hooks: - id: ruff args: @@ -76,6 +76,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.0.0 + rev: 39.25.2 hooks: - id: renovate-config-validator diff --git a/Containerfile b/Containerfile index 8a36748..8e9e6c6 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20241106@sha256:8fcd24b44a124986b54e81b79a959c1fe542edb43e537dde47141ef473532423 AS builder +FROM quay.io/fedora/python-313:20241120@sha256:8c0c6ddd165c6771ed1ce79ae0f02d6f31de16a7e3fcad8f8048c5c2847f68e0 AS builder # builder should use root to install/create all files USER root diff --git a/pyproject.toml b/pyproject.toml index 8616720..dbe686c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ atlassian-python-api = "^3.41.16" [tool.poetry.group.dev.dependencies] requests-mock = "^1.12.1" pytest = "^8.3.3" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" [tool.poetry.scripts] retasc = "retasc.__main__:main"