We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba8bfc commit 10be4d7Copy full SHA for 10be4d7
pyproject.toml
@@ -22,15 +22,15 @@ announce = "announcer.__init__:main"
22
dev = [
23
"pylint==3.3.8",
24
"wheel==0.45.1",
25
- "mypy==1.17.1",
+ "mypy==1.18.1",
26
"yamllint==1.37.1",
27
"bandit==1.8.6",
28
- "pytest==8.4.1",
+ "pytest==8.4.2",
29
"flake8==7.3.0",
30
"werkzeug==3.1.3",
31
"pytest-httpserver==1.1.3",
32
- "tox==4.28.4",
33
- "pytest-cov==6.2.1",
+ "tox==4.30.2",
+ "pytest-cov==6.3.0",
34
"types-requests>=2.32.0,<3",
35
"isort==6.0.1",
36
]
0 commit comments