From 8991169461cf59f8087537444228029960a1c699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:51:55 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 1.26.19 in /edinburgh_materials/flask-demo Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.19. - [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.5...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- edinburgh_materials/flask-demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edinburgh_materials/flask-demo/requirements.txt b/edinburgh_materials/flask-demo/requirements.txt index bc74b25..c7c3fd6 100644 --- a/edinburgh_materials/flask-demo/requirements.txt +++ b/edinburgh_materials/flask-demo/requirements.txt @@ -29,6 +29,6 @@ requests==2.31.0 six==1.12.0 SQLAlchemy==1.3.5 traitlets==4.3.2 -urllib3==1.26.5 +urllib3==1.26.19 wcwidth==0.1.7 Werkzeug==2.2.3