From d12182d8c12ac04a4f28c106a01660615d22d16b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:38:31 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [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/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dfc4e7ef3..27500bf14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2412,14 +2412,14 @@ files = [ [[package]] name = "urllib3" -version = "2.6.3" +version = "2.7.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, - {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, + {file = "urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897"}, + {file = "urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c"}, ] [package.extras] @@ -2467,4 +2467,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.11,<4" -content-hash = "b87f0899e0a1c9027967fb417dbf87980478b5c9cc07de818c096946249db303" +content-hash = "cab73e61ab71bab50d01f396393bc445e0af1395b6adbf5d0b270b5075d80689" diff --git a/pyproject.toml b/pyproject.toml index f8655e5df..0d2a7e47d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ sqlparse = "^0.5.4" tablib = "^2.0.0" text-unidecode = "^1.3" tokenize-rt = "^3.2.0" -urllib3 = "2.6.3" +urllib3 = "2.7.0" webencodings = "^0.5.1" xlrd = "^1.2.0" xlwt = "^1.3.0"