From eb01e79382cf598bb8f7bacdb6681e511cd47724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:56:23 +0000 Subject: [PATCH] Update urllib3 requirement in the pip group across 1 directory Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `urllib3` to 2.5.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/1.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 337b10a1..51cf7af6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ decorator==4.* idna==3.* requests==2.* simplejson==3.* -urllib3==1.* +urllib3==2.* pytz>=2019.3