Merge branch 'deps-updates-2' into trunk
diff --git a/requirements-lint.txt b/requirements-lint.txt
index 579ce77..a22a387 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -1,6 +1,6 @@
 pep8==1.7.1
 flake8==5.0.4
-astroid==2.13.2; python_version >= '3.8'
+astroid==2.13.3; python_version >= '3.8'
 pylint==2.15.10; python_version >= '3.8'
 bandit==1.7.4; python_version >= '3.7'
 black==22.12.0; python_version >= '3.6' and implementation_name == "cpython"
@@ -9,4 +9,4 @@
 rstcheck==6.1.1; python_version >= '3.7'
 
 requests>=2.27.1
-paramiko==2.12.0; platform_python_implementation != 'PyPy'
+paramiko==3.0.0; platform_python_implementation != 'PyPy'
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 3197b2e..e9e8c07 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,8 +1,8 @@
 codecov==2.1.12
-coverage==7.0.5; python_version >= '3.8'
+coverage==7.1.0; python_version >= '3.8'
 requests>=2.27.1
 requests_mock==1.10.0
-pytest==7.2.0
+pytest==7.2.1
 pytest-xdist==3.1.0
 pytest-timeout==2.1.0
 pytest-benchmark[histogram]==4.0.0
@@ -15,5 +15,5 @@
 
 # Required by subset of tests
 fasteners
-paramiko==2.12.0; platform_python_implementation != 'PyPy'
-libvirt-python==8.10.0
+paramiko==3.0.0; platform_python_implementation != 'PyPy'
+libvirt-python==9.0.0