diff --git a/poetry.lock b/poetry.lock index 5bf4f1bc8..b89fe80f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1921,19 +1921,19 @@ six = "*" [[package]] name = "urllib3" -version = "1.26.18" +version = "2.1.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = ">=3.8" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-2.1.0-py3-none-any.whl", hash = "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3"}, + {file = "urllib3-2.1.0.tar.gz", hash = "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"}, ] [package.extras] -brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] -secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] -socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] +brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] +socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "verspec" @@ -2137,4 +2137,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "bdec4e9692f44457a609bf27403e7568c714493b6b29a254a01a180c3ad19ddb" +content-hash = "01c44ac6472f9bcc50bbc9ca02b35c964c16abc82f977e3c9f242fff76780e66" diff --git a/pyproject.toml b/pyproject.toml index 4af11cbf5..c4d432e95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ JSON-log-formatter ="^0.5.1" "ruamel.yaml" = "^0.18.0" mkdocs-video = "^1.5.0" pysnmplib = {git = "https://github.com/pysnmp/pysnmp.git", rev = "main"} -urllib3 = "^1.26.17" +urllib3 = "^2.0.0" [tool.poetry.group.dev.dependencies] pytest = "^7.2.1"