From 4e03bbbc2d638a6c1f2d75928b42424275b16c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 01:08:27 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 2.0.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 2.0.0. - [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...2.0.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- crawlerx_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlerx_server/requirements.txt b/crawlerx_server/requirements.txt index 1c47aa5..b1520da 100644 --- a/crawlerx_server/requirements.txt +++ b/crawlerx_server/requirements.txt @@ -64,7 +64,7 @@ sqlparse==0.2.4 starlette==0.19.1 Twisted==22.4.0 tzlocal==4.2 -urllib3==1.26.5 +urllib3==2.0.0 uvicorn==0.11.7 uvloop==0.14.0 vine==1.3.0