Skip to content

Commit 74e2681

Browse files
authored
Merge pull request #2157 from apache/correct_deps
Correct dependencies
2 parents b743157 + 510b031 commit 74e2681

2 files changed

Lines changed: 12 additions & 22 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ test = [
9292
"pyopenssl==26.0.0; python_version < '3.11'",
9393
"fasteners",
9494
"paramiko==5.0.0; platform_python_implementation != 'PyPy'",
95-
"libvirt-python==12.0.0",
96-
"urllib3>=2.7.0", # to avoid security issues with older versions of urllib3
97-
"idna>=3.15", # to avoid security issues with older versions of idna
95+
"libvirt-python==12.0.0"
9896
]
9997
lint = [
10098
"pep8==1.7.1",

uv.lock

Lines changed: 11 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)