From dc9d3eb63181abb8c9c91b9ba89c146f2689a553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:04:27 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [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.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index d8f88fa..421a293 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ torch==2.0.1 transformers==4.26.1 jedi==0.19.1 numpy==1.26.4 -urllib3==2.2.1 +urllib3==2.2.2 gunicorn==22.0.0 flask==3.0.3 \ No newline at end of file