Skip to content

Commit e7f8a67

Browse files
fix(deps): update all dependencies
1 parent 0c12678 commit e7f8a67

6 files changed

Lines changed: 24 additions & 42 deletions

File tree

.github/workflows/tox-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install pytest cov
8181
run: poetry run python -m pip install pytest-cov
8282
- name: Upload coverage to Codecov
83-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
83+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
8484
with:
8585
token: ${{ secrets.CODECOV_TOKEN }}
8686
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:69fe20d96ec024eebeb36fad7f0f6227edd4f6be78e45cb37c629d4f2a462e83
1+
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f29fbe7a5990f195a89dd1d0ae8cfdb5fb57bbadfe950d5e6f541f5c2aaf8cb5
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:69fe20d96ec024eebeb36fad7f0f6227edd4f6be78e45cb37c629d4f2a462e83
1+
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f29fbe7a5990f195a89dd1d0ae8cfdb5fb57bbadfe950d5e6f541f5c2aaf8cb5
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:1b7c17f650602d97a10724d796f45f0b5250d47ee5ba02f28de89f8a1531f3ce
1+
FROM redis@sha256:f936c4ff9e166fa35628eb5f0b575a938ecb2a473beb4839289b13774e069dde
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:69fe20d96ec024eebeb36fad7f0f6227edd4f6be78e45cb37c629d4f2a462e83
1+
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f29fbe7a5990f195a89dd1d0ae8cfdb5fb57bbadfe950d5e6f541f5c2aaf8cb5
22

33
LABEL maintainer="Red Hat - EXD"
44

poetry.lock

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

0 commit comments

Comments
 (0)