From 71463ba9aaf97009ac9f33804ece23a697b9aaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:23:00 +0000 Subject: [PATCH] Bump urllib3 from 1.26.20 to 2.2.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 to 2.2.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.20...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index b46b95adf..de2fa3ece 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3040,19 +3040,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 = "urwid" @@ -3172,4 +3173,4 @@ postgres = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "736a0fa0b95dbdd1ec1770c4b6c359b68d8782164f57c6af84909fa1940ca0ab" +content-hash = "ce008a8629e431e1cded2f3f78c964e90cffc1db83c02ac7a9047145bc062a54" diff --git a/pyproject.toml b/pyproject.toml index b4ab8eadb..8619ea2e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,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.2.3" [tool.poetry.dev-dependencies] factory_boy = "^3.3.1"