Skip to content

Commit c3076c8

Browse files
Update all dependencies
1 parent 0d4e12b commit c3076c8

8 files changed

Lines changed: 14 additions & 14 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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
fail_ci_if_error: true

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:8829cfd1f126470f97831c44793054e6ab816d2cbe758f142721e6f7141b0349
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:8829cfd1f126470f97831c44793054e6ab816d2cbe758f142721e6f7141b0349
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:0c341492924cad6f5483f9133e43bd6c51ecdecbcadfac5b51657393b6a7936c
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:8829cfd1f126470f97831c44793054e6ab816d2cbe758f142721e6f7141b0349
22

33
LABEL maintainer="Red Hat - EXD"
44

poetry.lock

Lines changed: 7 additions & 7 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)