diff --git a/poetry.lock b/poetry.lock index 1d5469bf..e5c6436b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4109,19 +4109,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 = "uwsgi" @@ -4361,4 +4362,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "06cae292b45df0e7590b969713ea3a78d176e2630486f9ddb76a96e3d07383f5" +content-hash = "1e29ff788ec95051511a53f6bb12e47e69d26e2b1252d763211364866cb3eafe" diff --git a/pyproject.toml b/pyproject.toml index 05655b9e..7d7a2f34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ static3 = "^0.7.0" tldextract = "^5.1.1" toolz = "^0.12.0" ulid-py = "^1.1.0" -urllib3 = "^1.25.10" +urllib3 = "^2.0.0" uwsgi = "^2.0.21" wrapt = "^1.16.0" social-auth-core = {extras = ["openidconnect"], version = "^4.4.2"}