From e527053fbcc2e7bbfe6e4bd32a9d3a7574c11a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 01:07:12 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 2.0.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 2.0.2. - [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.2) --- 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..2ada75c 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.2 uvicorn==0.11.7 uvloop==0.14.0 vine==1.3.0