diff --git a/poetry.lock b/poetry.lock index f08d5c8..63e191d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "bcrypt" @@ -1113,23 +1113,23 @@ files = [ [[package]] name = "urllib3" -version = "2.3.0" +version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"}, - {file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"}, + {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, + {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, ] [package.extras] -brotli = ["brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\""] +brotli = ["brotli (>=1.2.0) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=1.2.0.0) ; platform_python_implementation != \"CPython\""] h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] -zstd = ["zstandard (>=0.18.0)"] +zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">= 3.11,<4.0" -content-hash = "286e16b53cac22ee6d66312e13c7135c1db634cb76b974d5f796633113be7f2f" +content-hash = "b128696fd787f687b9df1592d0b739e8d9fac405f65df3497017324a8a9477e1" diff --git a/pyproject.toml b/pyproject.toml index 6da25d0..879e8ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,5 +43,5 @@ ncclient = ">= 0.7.0, <0.8.0" netmiko = "^4.5.0,<5.0" pyang = "^2.6.1,<3.0" requests = "^2.32.3,<3.0" -urllib3 = "^2.3.0,<3.0" +urllib3 = "^2.6.3" ssh-python = ">= 1.1.1, <2.0.0"