From 82922e2686a72d3a5c90bcb238c368243d4f56a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 04:09:32 +0000 Subject: [PATCH] Bump urllib3 from 1.25.3 to 1.26.5 in /server/misc Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 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.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/misc/service_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/misc/service_requirements.txt b/server/misc/service_requirements.txt index bc71fd4..af8658c 100644 --- a/server/misc/service_requirements.txt +++ b/server/misc/service_requirements.txt @@ -46,5 +46,5 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.2 sphinxcontrib-serializinghtml==1.1.3 SQLAlchemy==1.3.3 -urllib3==1.25.3 +urllib3==1.26.5 Werkzeug==0.15.4