From 6d2bc2929a05ba56b263f7a28d850ae3b5183105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:47:59 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 1.26.17 in /application Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.17. - [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.14...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... 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 e6d2a14..1b8d4a9 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -100,7 +100,7 @@ transformers==4.30.0 typer==0.7.0 typing-inspect==0.8.0 typing_extensions==4.5.0 -urllib3==1.26.14 +urllib3==1.26.17 vine==5.0.0 wcwidth==0.2.6 yarl==1.8.2