Skip to content

Commit cd32566

Browse files
chore(deps): update all dependencies
1 parent 86ffea4 commit cd32566

6 files changed

Lines changed: 14 additions & 11 deletions

File tree

.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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
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:6858f39fd97263227a10d0b79f098c22204b2f94a6062de465c0a31cc4040c0f
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:6858f39fd97263227a10d0b79f098c22204b2f94a6062de465c0a31cc4040c0f
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:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0
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:6858f39fd97263227a10d0b79f098c22204b2f94a6062de465c0a31cc4040c0f
22

33
LABEL maintainer="Red Hat - EXD"
44

poetry.lock

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

0 commit comments

Comments
 (0)