We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7882288 commit 74560aeCopy full SHA for 74560ae
pyproject.toml
@@ -22,15 +22,15 @@ announce = "announcer.__init__:main"
22
dev = [
23
"pylint==3.3.7",
24
"wheel==0.45.1",
25
- "mypy==1.16.0",
+ "mypy==1.16.1",
26
"yamllint==1.37.1",
27
- "bandit==1.8.3",
+ "bandit==1.8.5",
28
"pytest==8.4.0",
29
"flake8==7.2.0",
30
"werkzeug==3.1.3",
31
"pytest-httpserver==1.1.3",
32
- "tox==4.26.0",
33
- "pytest-cov==6.1.1",
+ "tox==4.27.0",
+ "pytest-cov==6.2.1",
34
"types-requests>=2.32.0,<3",
35
"isort==6.0.1",
36
]
0 commit comments