From 5aac7e68f3ede576b8573a3579d1d934feba734a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 08:14:18 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.26.5 in /session5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. - [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.25.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- session5/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session5/requirements.txt b/session5/requirements.txt index ff11330..96e71a2 100644 --- a/session5/requirements.txt +++ b/session5/requirements.txt @@ -2,6 +2,6 @@ connexion==2.7.0 Flask==1.1.2 requests==2.23.0 swagger-ui-bundle==0.0.6 -urllib3==1.25.9 +urllib3==1.26.5 gunicorn==20.0.4 SQLAlchemy==1.3.17 \ No newline at end of file