We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b204746 commit 266ebb2Copy full SHA for 266ebb2
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",
+ "ruff==0.14.0",
+ "mypy==1.18.2",
43
"pytest==8.4.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