Skip to content

Commit 0acdcbd

Browse files
Update all dependencies
1 parent f518e0e commit 0acdcbd

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.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:4e9daa22c8b0bca06b15160e4e3edb87b219c750d75a64ff4ebbbe81c0fb8853
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:4e9daa22c8b0bca06b15160e4e3edb87b219c750d75a64ff4ebbbe81c0fb8853
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:1f073813b641755b70b0200da64131bbeeb4ec5b633ca67772229b49820caafa
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:4e9daa22c8b0bca06b15160e4e3edb87b219c750d75a64ff4ebbbe81c0fb8853
22

33
LABEL maintainer="Red Hat - EXD"
44

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ optional = true
4747
[tool.poetry.group.dev.dependencies]
4848
black = "25.11.0"
4949
pre-commit = "<4"
50-
mypy = "1.19.1"
50+
mypy = "1.20.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)