Skip to content

Commit 1450b6c

Browse files
fix(deps): update all non-major pep621 dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 83e84e7 commit 1450b6c

2 files changed

Lines changed: 76 additions & 55 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ classifiers = [
2323
"Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",
2424
]
2525
dependencies = [
26-
"Flask==3.1.2",
26+
"Flask==3.1.3",
2727
"requests==2.32.5",
28-
"prometheus_client==0.22.1",
28+
"prometheus_client==0.24.1",
2929
"gunicorn==23.0.0",
3030
"redis==6.4.0",
3131
]
@@ -38,12 +38,12 @@ documentation = "https://github.com/app-sre/github-mirror"
3838
[dependency-groups]
3939
dev = [
4040
# Development dependencies
41-
"ruff==0.12.12",
42-
"mypy==1.17.1",
43-
"pytest==9.0.1",
41+
"ruff==0.15.5",
42+
"mypy==1.19.1",
43+
"pytest==9.0.2",
4444
"pytest-cov==6.3.0",
4545
"pytest-forked==1.6.0",
46-
"types-requests==2.32.4.20250809",
46+
"types-requests==2.32.4.20260107",
4747
]
4848

4949
# Ruff configuration

0 commit comments

Comments
 (0)