diff --git a/poetry.lock b/poetry.lock index ac1e6e51b..eac5698fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2976,19 +2976,20 @@ files = [ [[package]] name = "urllib3" -version = "1.26.20" +version = "2.3.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" +python-versions = ">=3.9" files = [ - {file = "urllib3-1.26.20-py2.py3-none-any.whl", hash = "sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e"}, - {file = "urllib3-1.26.20.tar.gz", hash = "sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32"}, + {file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"}, + {file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"}, ] [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 = "urwid" @@ -3108,4 +3109,4 @@ postgres = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "30f99c8d76fc20d26a7c52c97662812a7d652bfd208367b184b03b36f423e839" +content-hash = "595bf032972f47067537ef9023d31850b70af0491566645d122dba4398f5042a" diff --git a/pyproject.toml b/pyproject.toml index 1220a5c9a..22ecdcef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ pylibmc = { version = "^1.6.0", optional = true } # urllib3 2.x seems incompatible with dulwich? # "urllib3.exceptions.LocationValueError: No host specified." -urllib3 = "^1.26.19,<2" +urllib3 = "^2.3.0" [tool.poetry.dev-dependencies] factory_boy = "^3.3.1"