We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c4b84 commit b70f725Copy full SHA for b70f725
1 file changed
requirements-lint.txt
@@ -1,10 +1,10 @@
1
pep8==1.7.1
2
flake8==5.0.4
3
-astroid==3.1.0; python_version >= '3.8'
4
-pylint==3.1.0; python_version >= '3.8'
+astroid==3.3.8; python_version >= '3.8'
+pylint==3.3.4; python_version >= '3.8'
5
bandit[toml]==1.7.8; python_version >= '3.7'
6
-black==24.4.0; python_version >= '3.7' and implementation_name == "cpython"
7
-isort[pyproject]==5.12.0; python_version >= '3.8'
+black==25.1.0; python_version >= '3.7' and implementation_name == "cpython"
+isort[pyproject]==6.0.1; python_version >= '3.8'
8
pyupgrade==3.3.1
9
rstcheck==6.2.4; python_version >= '3.7'
10
codespell==2.2.5
0 commit comments