Skip to content

Commit 5c009bb

Browse files
committed
Update vulnerable deps
1 parent 17b9cf4 commit 5c009bb

2 files changed

Lines changed: 78 additions & 29 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ test = [
8787
"pytest-timeout==2.3.1",
8888
"pytest-benchmark[histogram]==5.1.0; python_version >= '3.10'",
8989
"cryptography==46.0.5",
90-
"pyopenssl==25.3.0",
90+
"pyopenssl==26.0.0",
9191
"fasteners",
9292
"paramiko==3.5.1; platform_python_implementation != 'PyPy'",
9393
"libvirt-python==12.0.0",
@@ -98,7 +98,7 @@ lint = [
9898
"astroid==3.3.8; python_version >= '3.10'",
9999
"pylint==3.3.4; python_version >= '3.10'",
100100
"bandit[toml]==1.9.3; python_version >= '3.10'",
101-
"black==25.1.0; python_version >= '3.10' and implementation_name == \"cpython\"",
101+
"black==26.3.1; python_version >= '3.10' and implementation_name == \"cpython\"",
102102
"isort==6.0.1; python_version >= '3.10'",
103103
"pyupgrade==3.3.1",
104104
"rstcheck==6.2.4; python_version >= '3.10'",

0 commit comments

Comments
 (0)