From f30a8e3dcdc2fd13d7050b9d344309c08fdfb52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:36:20 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.4.0 to 2.7.0 in /thunderbird-beta-i18n Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 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.4.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- thunderbird-beta-i18n/Pipfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/thunderbird-beta-i18n/Pipfile.lock b/thunderbird-beta-i18n/Pipfile.lock index 473aab96ac..bb967729a8 100644 --- a/thunderbird-beta-i18n/Pipfile.lock +++ b/thunderbird-beta-i18n/Pipfile.lock @@ -299,11 +299,12 @@ }, "urllib3": { "hashes": [ - "sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466", - "sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813" + "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", + "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897" ], - "markers": "python_version >= '3.9'", - "version": "==2.4.0" + "index": "pypi", + "markers": "python_version >= '3.10'", + "version": "==2.7.0" } }, "develop": {}