From a9c0fa8497928a43e3830c3dc7af34addb1f048d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 22:21:14 +0000 Subject: [PATCH] Bump urllib3 from 1.25.8 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 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.8...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e85f4e9c..dcb89d8f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -42,7 +42,7 @@ smmap==3.0.1 stevedore==1.32.0 toml==0.10.0 typed-ast==1.4.1 -urllib3==1.25.8 +urllib3==1.26.5 wcwidth==0.1.9 wrapt==1.11.2 zipp==3.1.0 diff --git a/requirements.txt b/requirements.txt index 0d7a2c46..7bfa250f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ python-dotenv==0.12.0 requests==2.23.0 six==1.14.0 starlette==0.13.2 -urllib3==1.25.8 +urllib3==1.26.5 uvicorn==0.11.3 uvloop==0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy' websockets==8.1