From d081c1ca4e3cab7252e4717911309b9eaff8324c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:05:21 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 1.26.18 in /server Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 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.5...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/setup.py b/server/setup.py index d09f310e..61b25ecf 100644 --- a/server/setup.py +++ b/server/setup.py @@ -71,7 +71,7 @@ 'transaction==3.0.1', 'translationstring==1.4', 'typing-extensions==3.10.0.0', - 'urllib3==1.26.5', + 'urllib3==1.26.18', 'venusian==3.0.0', 'waitress==2.1.2', 'wheel==0.38.1',