Skip to content

Commit 9327ee5

Browse files
chore(deps): update all dependencies
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent b5ad55e commit 9327ee5

10 files changed

Lines changed: 44 additions & 40 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Tox
1919
run: pip install tox
2020
- name: Install Poetry
21-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
21+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
2222
- name: Run Tox
2323
run: tox -e docs
2424
- name: Publish

.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: Install Tox
1919
run: pip install tox
2020
- name: Install Poetry
21-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
21+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
2222
- name: Run Tox
2323
id: mypy-run
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Tox
1919
run: pip install tox
2020
- name: Install Poetry
21-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
21+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
2222
with:
2323
version: 2.2.1
2424
- name: Run Tox
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Tox
3535
run: pip install tox
3636
- name: Install Poetry
37-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
37+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
3838
- name: Run Tox
3939
run: tox -e py312
4040
py313:
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install Tox
4949
run: pip install tox
5050
- name: Install Poetry
51-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
51+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
5252
- name: Run Tox
5353
run: tox -e py313
5454
static:
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Tox
6363
run: pip install tox
6464
- name: Install Poetry
65-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
65+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
6666
- name: Run Tox
6767
run: tox -e static
6868
coverage:
@@ -76,13 +76,13 @@ jobs:
7676
- name: Install Tox
7777
run: pip install tox
7878
- name: Install Poetry
79-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
79+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
8080
- name: Run Tox
8181
run: tox -e cov
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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
fail_ci_if_error: true
@@ -98,7 +98,7 @@ jobs:
9898
- name: Install Tox
9999
run: pip install tox
100100
- name: Install Poetry
101-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
101+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
102102
- name: Run Tox
103103
run: tox -e bandit
104104
bandit-exitzero:
@@ -112,6 +112,6 @@ jobs:
112112
- name: Install Tox
113113
run: pip install tox
114114
- name: Install Poetry
115-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
115+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
116116
- name: Run Tox
117117
run: tox -e bandit-exitzero

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 26.3.1
3+
rev: 26.5.1
44
hooks:
55
- id: black
66
language_version: python3.11

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:1274f0a1d993191e5e1d0f6b0b039b02ca71bb70ef0c85061a3c4492bacf54c3
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:1274f0a1d993191e5e1d0f6b0b039b02ca71bb70ef0c85061a3c4492bacf54c3
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:aa049e689e141a4358ad1d4562dc49c88a89fbab711fd8fcc33f684c80b26301
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:1274f0a1d993191e5e1d0f6b0b039b02ca71bb70ef0c85061a3c4492bacf54c3
22

33
LABEL maintainer="Red Hat - EXD"
44

poetry.lock

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