From dc5180bc45b9992da7be6f0b2469aa1572a9a72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 21:18:04 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 2.5.0 in /environment/requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 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.26.7...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- environment/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/requirements/requirements.txt b/environment/requirements/requirements.txt index 15e1c1c..422976b 100644 --- a/environment/requirements/requirements.txt +++ b/environment/requirements/requirements.txt @@ -11,7 +11,7 @@ idna==3.3 pytz==2021.3 requests==2.26.0 sqlparse==0.4.2 -urllib3==1.26.7 +urllib3==2.5.0 uvicorn==0.15.0 psycopg2-binary==2.9.1 Faker==9.3.1