Skip to content

Commit 266ebb2

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 b204746 commit 266ebb2

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
dependencies = [
2626
"Flask==3.1.2",
2727
"requests==2.32.5",
28-
"prometheus_client==0.22.1",
28+
"prometheus_client==0.23.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",
41+
"ruff==0.14.0",
42+
"mypy==1.18.2",
4343
"pytest==8.4.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.20250913",
4747
]
4848

4949
# Ruff configuration

0 commit comments

Comments
 (0)