diff --git a/poetry.lock b/poetry.lock index 6b4aaf244c..20984a0a8d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4603,19 +4603,20 @@ files = [ [[package]] name = "urllib3" -version = "1.26.20" +version = "2.2.3" 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.8" 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.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, + {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, ] [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 = "uwsgi" @@ -4907,4 +4908,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "dfa85e0584ac57f92f3d0f28107622df7b86419a25f668fa072457c765bc77bd" +content-hash = "765a9be77345778b4ca22ccbc1597e7d6946d305ed6f9bb6ade0519136df64fb" diff --git a/pyproject.toml b/pyproject.toml index 496a2f8e95..fa90106406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ tika = "^2.6.0" tldextract = "^2.2.0" toolz = "^1.0.0" ulid-py = "^0.2.0" -urllib3 = "^1.25.10" +urllib3 = "^2.0.0" uwsgi = "^2.0.21" wrapt = "^1.14.1" xbundle = "^0.3.1"