From 16b19446559deff251995eb6a412c0c132f8ea6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 01:13:01 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 2.0.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 2.0.3. - [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.3) --- 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..5cb7f9f 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.3 uvicorn==0.11.7 uvloop==0.14.0 vine==1.3.0