Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: tox -e mypy
continue-on-error: true
- name: Report if mypy has gone wrong.
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
with:
script: |
github.rest.issues.createComment({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install pytest cov
run: poetry run python -m pip install pytest-cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.1
rev: 26.5.1
hooks:
- id: black
language_version: python3.11
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-app
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:5c5b97289a7f7103ffccf7b7f350025f9d50dafcfdcf26f841ffa5916adefb51

LABEL maintainer="Red Hat - EXD"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-beat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:5c5b97289a7f7103ffccf7b7f350025f9d50dafcfdcf26f841ffa5916adefb51

LABEL maintainer="Red Hat - EXD"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-broker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redis@sha256:1c054d54ecd1597bba52f4304bca5afbc5565ebe614c5b3d7dc5b7f8a0cd768d
FROM redis@sha256:4d25e2fe601f7ffaeb4437cb6ced3518bc36edf34ebe98863c80836943d94529

EXPOSE 6379

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-workers
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:5c5b97289a7f7103ffccf7b7f350025f9d50dafcfdcf26f841ffa5916adefb51

LABEL maintainer="Red Hat - EXD"

Expand Down
44 changes: 24 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ black = "25.11.0"
pre-commit = "<4"
mypy = "1.19.1"
pylint = "==3.3.9"
pytest-cov = "7.0.0"
pytest-cov = "7.1.0"
uvicorn = {version = "0.39.0", extras = ["standard"]}

[tool.poetry.group.docs]
Expand Down