Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 21, 2024
1 parent 0086f4e commit c596235
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ repos:

# Auto-update syntax
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args:
- --py313-plus

# Linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.4
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -79,6 +79,6 @@ repos:

# renovate.json validator
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.46.1
rev: 39.80.0
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/python-313:20241106@sha256:8fcd24b44a124986b54e81b79a959c1fe542edb43e537dde47141ef473532423 AS builder
FROM quay.io/fedora/python-313:20241218@sha256:264833f2e7051915376adc058d1a6c841d47dfd8cbe6fd0f447153089b42bdf1 AS builder

# builder should use root to install/create all files
USER root
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ruamel-yaml = "^0.18.6"
[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"
Expand Down

0 comments on commit c596235

Please sign in to comment.