We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cb4d70 + 6ffa3b4 commit 9d4bd53Copy full SHA for 9d4bd53
1 file changed
requirements.txt
@@ -1,15 +1,15 @@
1
# dev and test
2
# ------------
3
-pytest==8.3.4
+pytest==8.3.5
4
pytest_mock==3.14.0
5
6
# Code linters, formatters, and security scanners
7
8
black==25.1.0
9
-flake8==7.1.2
+flake8==7.2.0
10
flake8-coding==1.3.2
11
pre-commit==4.1.0
12
-isort==5.13.2
+isort==6.0.1
13
mypy==1.15.0
14
pylint==3.3.4
15
bandit==1.8.3
0 commit comments