Skip to content

Commit e51c008

Browse files
committed
Fix reqs
1 parent cc3c8ed commit e51c008

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ pyopenssl==25.0.0
1313

1414
# Required by subset of tests
1515
fasteners
16-
paramiko==3.4.0; platform_python_implementation != 'PyPy'
17-
libvirt-python==10.2.0
16+
paramiko==3.5.1; platform_python_implementation != 'PyPy'
17+
libvirt-python==11.10.0

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ basepython =
2727
pypypy3.10: pypy3.10
2828
pypypy-3.10: pypy3.10
2929
pypyjion: pyjion
30-
{docs,checks,black,black-check,bandit,lint,pylint,mypy,micro-benchmarks,coverage,import-timings,isort,isort-check,pyupgrade}: python3.10
31-
{py3.9,py3.9-dist,py3.9-dist-wheel,py3.9-windows,integration-storage}: python3.9
30+
{docs,checks,black,black-check,bandit,lint,pylint,mypy,micro-benchmarks,coverage,import-timings,isort,isort-check,pyupgrade,integration-storage}: python3.10
31+
{py3.9,py3.9-dist,py3.9-dist-wheel,py3.9-windows}: python3.9
3232
{py3.10,py3.10-dist,py3.10-dist-wheel}: python3.10
3333
{py3.11,py3.11-dist,py3.11-dist-wheel}: python3.11
3434
{py3.12,py3.12-dist,py3.12-dist-wheel}: python3.12

0 commit comments

Comments
 (0)