Skip to content

Commit 11f0aa7

Browse files
Update all dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent d33cabf commit 11f0aa7

5 files changed

Lines changed: 28 additions & 25 deletions

File tree

.github/workflows/gating.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
19+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2020
with:
2121
python-version: "3.13"
2222

@@ -48,10 +48,10 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
steps:
51-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
51+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5252

5353
- name: Install uv
54-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
54+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
5555
with:
5656
python-version: "3.13"
5757

@@ -67,7 +67,7 @@ jobs:
6767
- Dockerfile
6868

6969
steps:
70-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
70+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7171

7272
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
7373
with:
@@ -85,10 +85,10 @@ jobs:
8585
IMAGE_NAME: greenwave
8686

8787
steps:
88-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
88+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8989

9090
- name: Install uv
91-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
91+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
9292
with:
9393
python-version: "3.13"
9494
enable-cache: true

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646

4747
# Linter and formatter
4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.15.12
49+
rev: v0.15.15
5050
hooks:
5151
- id: ruff
5252
args:
@@ -62,7 +62,7 @@ repos:
6262

6363
# Type linter
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.20.2
65+
rev: v2.1.0
6666
hooks:
6767
- id: mypy
6868
args:
@@ -85,6 +85,6 @@ repos:
8585

8686
# renovate.json validator
8787
- repo: https://github.com/renovatebot/pre-commit-hooks
88-
rev: 43.150.0
88+
rev: 43.205.2
8989
hooks:
9090
- id: renovate-config-validator

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/python-313:20260319@sha256:95100620c772c9f4484923bb8d4e942c8da2a60ee32a84a905d612d7115b1a44 AS builder
1+
FROM quay.io/fedora/python-313:20260529@sha256:e96d6de3dac3954be9e89f462c446837a8b0fd4d9ace8a8051d0c204a5b64ae9 AS builder
22

33
# builder should use root to install/create all files
44
USER root

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ dependencies = [
2222
"PyYAML>=6.0,<7.0",
2323
"dogpile.cache>=1.3.3,<2.0",
2424
"flask>=3.0.3,<4.0",
25-
"gunicorn>=25,<25.2",
25+
"gunicorn>=26,<26.1",
2626
"requests>=2.32.4,<3.0",
2727
"python-dateutil>=2.8.2,<3.0",
2828
"fedora-messaging>=3.4.1,<4.0",
29-
"stomp.py>=8.1.2,<9.0",
29+
"stomp.py>=9,<9.1",
3030
"statsd>=4.0.1,<5.0",
3131
"pymemcache>=4.0.0,<5.0",
3232
"defusedxml>=0.7.1,<1.0",

uv.lock

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

0 commit comments

Comments
 (0)