From 87eedc29b08956df6a65bf042d178c747965928d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:59:22 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /python-server/guestbook Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-server/guestbook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-server/guestbook/requirements.txt b/python-server/guestbook/requirements.txt index 836a582..c240c30 100644 --- a/python-server/guestbook/requirements.txt +++ b/python-server/guestbook/requirements.txt @@ -6,7 +6,7 @@ beautifulsoup4==4.3.2 PyHamcrest==1.8.0 six==1.9.0 httplib2 -urllib3==2.5.0 +urllib3==2.6.0 google-api-python-client>=0 oauth2client>=1.3 uritemplate>=0.6