We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e25688 + 9a8a4bc commit 72f6d6eCopy full SHA for 72f6d6e
1 file changed
pyproject.toml
@@ -46,7 +46,7 @@ development = [
46
"pytest==9.0.2; python_version > '3.11'",
47
"twine==6.2.0",
48
"typing_extensions==4.15.0; python_version < '3.11'",
49
- "virtualenv==20.39.0",
+ "virtualenv==21.0.0",
50
"wheel==0.46.3",
51
]
52
documentation = [
@@ -71,7 +71,7 @@ documentation = [
71
72
lint = [
73
"bandit==1.8.6; python_version <= '3.11'",
74
- "bandit==1.9.3; python_version > '3.11'",
+ "bandit==1.9.4; python_version > '3.11'",
75
"black==26.1.0",
76
"flake8==7.3.0",
77
"isort==6.1.0; python_version <= '3.11'",
0 commit comments