From d96c1a8bce9dfb4899cb19e259c29c7ff5a7aaa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:01:42 +0000 Subject: [PATCH] Bump urllib3 from 1.26.9 to 2.7.0 in /find-and-delete-empty-series Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 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/1.26.9...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- find-and-delete-empty-series/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-and-delete-empty-series/requirements.txt b/find-and-delete-empty-series/requirements.txt index 924924d..6c38c78 100644 --- a/find-and-delete-empty-series/requirements.txt +++ b/find-and-delete-empty-series/requirements.txt @@ -3,4 +3,4 @@ charset-normalizer==2.0.12 idna==3.3 requests==2.27.1 requests-toolbelt==0.9.1 -urllib3==1.26.9 \ No newline at end of file +urllib3==2.7.0 \ No newline at end of file