diff --git a/poetry.lock b/poetry.lock index d10e9c2e..f3154748 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2019,13 +2019,13 @@ files = [ [[package]] name = "types-paramiko" -version = "3.0.0.9" +version = "3.3.0.2" description = "Typing stubs for paramiko" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "types-paramiko-3.0.0.9.tar.gz", hash = "sha256:c96791305cc4404ef250d5a0413535cdee1cef5ad0e327218b042b0b371810a6"}, - {file = "types_paramiko-3.0.0.9-py3-none-any.whl", hash = "sha256:2d4ccf7e9929ccae9d4aea5b503e99347975de05c27d79785b2df4ae3e2dc21e"}, + {file = "types-paramiko-3.3.0.2.tar.gz", hash = "sha256:4615fa0bc5b78c0f1b68b106071dc29737cb2cf53903712df72785dad5b359c3"}, + {file = "types_paramiko-3.3.0.2-py3-none-any.whl", hash = "sha256:18fe96e6ef78ca04b2ac2a111f9404409b31a1d28bb2f5dca1a1afd62b8351a9"}, ] [package.dependencies] @@ -2254,4 +2254,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "f16a6cc960b8844429e436059d38924465b779fa21696434761249dc17b4049a" +content-hash = "90533ae70b30a6f82f6da88abd3b04f9664d558d20876063fe800b443bd6fb50" diff --git a/pyproject.toml b/pyproject.toml index 14bfe0d9..4c78ae73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ sphinx-rtd-theme = "^1.3.0" pytest-cov = "^4.1.0" tox = "^3.28.0" tox-poetry = "^0.5.0" -types-paramiko = "^3.0.0" +types-paramiko = "^3.3.0" types-python-dateutil = "^2.8.19" types-requests = "^2.31.0" types-pyOpenSSL = "^23.3.0"