From 2010bf91c071a4bf804857de31be2f393ba0f197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:21:19 +0000 Subject: [PATCH] Bump urllib3 from 1.26.6 to 1.26.18 in /inference-app Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 to 1.26.18. - [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.6...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- inference-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference-app/requirements.txt b/inference-app/requirements.txt index 7374ce1b..f1d50c2a 100644 --- a/inference-app/requirements.txt +++ b/inference-app/requirements.txt @@ -1,5 +1,5 @@ gradio torch torchvision -urllib3==1.26.6 +urllib3==1.26.18 python-dotenv \ No newline at end of file