diff --git a/poetry.lock b/poetry.lock index 778844eec..acf954755 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1923,19 +1923,20 @@ six = "*" [[package]] name = "urllib3" -version = "1.26.18" +version = "2.2.1" 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.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, + {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, ] [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)"] +h2 = ["h2 (>=4,<5)"] +socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "verspec" @@ -2139,4 +2140,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "aed35eb9b7f32277376454b28b1fa6c809c3947033e784aceec4324cf4e4163e" +content-hash = "11bd55d61f14d73926c5f28a8793c1e3d640dfebaae76c8e855efc0d02401357" diff --git a/pyproject.toml b/pyproject.toml index 35f18573e..03a494bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pika = "^1.2.0" JSON-log-formatter ="^0.5.1" "ruamel.yaml" = "^0.18.0" pysnmplib = {git = "https://github.com/pysnmp/pysnmp.git", branch = "main"} -urllib3 = "^1.26.17" +urllib3 = "^2.0.0" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0"