Skip to content

Commit 7082af0

Browse files
chore(deps): update all dependencies
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent b5ad55e commit 7082af0

9 files changed

Lines changed: 32 additions & 28 deletions

File tree

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: tox -e mypy
2525
continue-on-error: true
2626
- name: Report if mypy has gone wrong.
27-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
27+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
2828
with:
2929
script: |
3030
github.rest.issues.createComment({

.github/workflows/tox-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install pytest cov
8383
run: poetry run python -m pip install pytest-cov
8484
- name: Upload coverage to Codecov
85-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
85+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
fail_ci_if_error: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 26.3.1
3+
rev: 26.5.1
44
hooks:
55
- id: black
66
language_version: python3.11

docker/Dockerfile-app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
1+
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:5c5b97289a7f7103ffccf7b7f350025f9d50dafcfdcf26f841ffa5916adefb51
22

33
LABEL maintainer="Red Hat - EXD"
44

docker/Dockerfile-beat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
1+
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:5c5b97289a7f7103ffccf7b7f350025f9d50dafcfdcf26f841ffa5916adefb51
22

33
LABEL maintainer="Red Hat - EXD"
44

docker/Dockerfile-broker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM redis@sha256:1c054d54ecd1597bba52f4304bca5afbc5565ebe614c5b3d7dc5b7f8a0cd768d
1+
FROM redis@sha256:4d25e2fe601f7ffaeb4437cb6ced3518bc36edf34ebe98863c80836943d94529
22

33
EXPOSE 6379
44

docker/Dockerfile-workers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
1+
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:5c5b97289a7f7103ffccf7b7f350025f9d50dafcfdcf26f841ffa5916adefb51
22

33
LABEL maintainer="Red Hat - EXD"
44

poetry.lock

Lines changed: 24 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ black = "25.11.0"
4949
pre-commit = "<4"
5050
mypy = "1.19.1"
5151
pylint = "==3.3.9"
52-
pytest-cov = "7.0.0"
52+
pytest-cov = "7.1.0"
5353
uvicorn = {version = "0.39.0", extras = ["standard"]}
5454

5555
[tool.poetry.group.docs]

0 commit comments

Comments
 (0)