Skip to content

Commit 72f6d6e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-7
2 parents 8e25688 + 9a8a4bc commit 72f6d6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ development = [
4646
"pytest==9.0.2; python_version > '3.11'",
4747
"twine==6.2.0",
4848
"typing_extensions==4.15.0; python_version < '3.11'",
49-
"virtualenv==20.39.0",
49+
"virtualenv==21.0.0",
5050
"wheel==0.46.3",
5151
]
5252
documentation = [
@@ -71,7 +71,7 @@ documentation = [
7171
]
7272
lint = [
7373
"bandit==1.8.6; python_version <= '3.11'",
74-
"bandit==1.9.3; python_version > '3.11'",
74+
"bandit==1.9.4; python_version > '3.11'",
7575
"black==26.1.0",
7676
"flake8==7.3.0",
7777
"isort==6.1.0; python_version <= '3.11'",

0 commit comments

Comments
 (0)