From 5ad76cf2af503746c108ac09c8a949e3495530c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:35:51 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.2.3 to 2.3.0 in /application Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.3.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.2.3...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index fa2c2b76..fef154de 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -82,7 +82,7 @@ transformers==4.47.1 typing-extensions==4.12.2 typing-inspect==0.9.0 tzdata==2024.2 -urllib3==2.2.3 +urllib3==2.3.0 vine==5.1.0 wcwidth==0.2.13 werkzeug==3.1.3