diff --git a/poetry.lock b/poetry.lock index f08d5c8..b9f94fc 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.0" 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.0-py3-none-any.whl", hash = "sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f"}, + {file = "urllib3-2.6.0.tar.gz", hash = "sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1"}, ] [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 = "aa27da7f2bfd9f550140940fb13284f3238c00226aa6bd6795f5a45dec515e79" diff --git a/pyproject.toml b/pyproject.toml index 6da25d0..a653588 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.0" ssh-python = ">= 1.1.1, <2.0.0"