From cdd1ac38bcb901c5df397c75a71d8dc56d05b215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:18:51 +0000 Subject: [PATCH] Bump types-paramiko from 3.2.0.1 to 3.3.0.0 Bumps [types-paramiko](https://github.com/python/typeshed) from 3.2.0.1 to 3.3.0.0. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-paramiko dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d5a1a0ac..a71b221c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiodns" @@ -2637,13 +2637,13 @@ files = [ [[package]] name = "types-paramiko" -version = "3.2.0.1" +version = "3.3.0.0" description = "Typing stubs for paramiko" optional = false python-versions = "*" files = [ - {file = "types-paramiko-3.2.0.1.tar.gz", hash = "sha256:ecf5781d13c28a1c3513a1f3dffd096682459519c731a56032416f7c7e303e64"}, - {file = "types_paramiko-3.2.0.1-py3-none-any.whl", hash = "sha256:b3a60840a3717252e1ec2d9cdac2599f792d67f29fb2236938a8b11640d687e2"}, + {file = "types-paramiko-3.3.0.0.tar.gz", hash = "sha256:d02236a77a0bccedc52dc3c821ddf71a515c307863243e3c4eb5a40f6655d7c4"}, + {file = "types_paramiko-3.3.0.0-py3-none-any.whl", hash = "sha256:a42bd71c5fa36dc1c63171f111b426014f5f68e2004e277afd028f3c2963a410"}, ] [package.dependencies] @@ -2947,4 +2947,4 @@ full = ["aiohttp", "astroplan", "asyncinotify", "ccdproc", "lmfit", "pandas", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "43d2b37867bc1d017c2835ca85ff6ffa000a52bf7b94a429d63a9ab04594471b" +content-hash = "2d653f9c3ebbe8a302475b583b63684628e3956563227598a2b07017a009961f" diff --git a/pyproject.toml b/pyproject.toml index 3ba75ee7..cbf43fe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ full = ['asyncinotify', 'sep', 'python-daemon', 'reproject', 'pandas', 'astropla types-cryptography = "^3.3.23.2" types-enum34 = "^1.1.8" types-ipaddress = "^1.0.8" -types-paramiko = "^3.0.0.9" +types-paramiko = "^3.3.0.0" types-pytz = "^2023.3.0.0" types-PyYAML = "^6.0.12.9" types-requests = "^2.29.0.0"