From 37df18a99ce60ee8df1938cb9f4b3e2f363addb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 03:46:52 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [protobuf](https://github.com/protocolbuffers/protobuf), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `protobuf` from 5.29.3 to 5.29.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.29.3...v5.29.5) Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) Updates `urllib3` from 2.3.0 to 2.6.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.3.0...2.6.0) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: indirect dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9414b9c..368fb91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,13 +24,13 @@ logbook==1.8.0 # hansken-extraction-plugin more-itertools==10.6.0 # via hansken -protobuf==5.29.3 +protobuf==5.29.5 # via hansken-extraction-plugin python-dateutil==2.9.0.post0 # via hansken pytz==2025.1 # via hansken-extraction-plugin -requests==2.32.3 +requests==2.32.4 # via # docker # hansken @@ -43,7 +43,7 @@ tabulate==0.9.0 # via hansken typing-extensions==4.12.2 # via hansken-extraction-plugin -urllib3==2.3.0 +urllib3==2.6.0 # via # docker # requests