We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac949c6 commit b4c4bc0Copy full SHA for b4c4bc0
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
dependencies = [
26
"Flask==3.1.2",
27
"requests==2.32.5",
28
- "prometheus_client==0.22.1",
+ "prometheus_client==0.23.1",
29
"gunicorn==23.0.0",
30
"redis==6.4.0",
31
]
@@ -38,12 +38,12 @@ documentation = "https://github.com/app-sre/github-mirror"
38
[dependency-groups]
39
dev = [
40
# Development dependencies
41
- "ruff==0.12.12",
42
- "mypy==1.17.1",
43
- "pytest==9.0.1",
+ "ruff==0.14.10",
+ "mypy==1.19.1",
+ "pytest==9.0.2",
44
"pytest-cov==6.3.0",
45
"pytest-forked==1.6.0",
46
- "types-requests==2.32.4.20250809",
+ "types-requests==2.32.4.20250913",
47
48
49
# Ruff configuration
0 commit comments