From 6aac44e457b4ad49329f8a1c8d8f3fbb454dcd48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 13:52:20 +0000 Subject: [PATCH] Update dependency urllib3 to v2.2.3 (#92) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0bdcbb0..7260c17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -435,13 +435,13 @@ telegram = ["requests"] [[package]] name = "urllib3" -version = "2.2.2" +version = "2.2.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, - {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, + {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, + {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, ] [package.extras] @@ -492,4 +492,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9f0c675def761492e886dc087a03397ea93310e8c2ca15fb25274101ba44bc2d" +content-hash = "9b9be1f04255558203a6728fe2fa456d6abc50dd1e99d6adffac146d8cc0c39e" diff --git a/pyproject.toml b/pyproject.toml index a27beaa..36f7421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,6 @@ requests = "2.32.3" retry = "0.9.2" titlecase = "2.4.1" tqdm = "4.66.5" -urllib3 = "2.2.2" +urllib3 = "2.2.3" virtualenv = "20.26.4" zipp = "3.20.1"