From 79f6b0171a3864cb443bc6beae696322563ec050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 07:05:22 +0000 Subject: [PATCH] chore(deps): Bump urllib3 from 2.0.2 to 2.0.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 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/2.0.2...2.0.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e18cbad3..f470a05c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,5 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-phpdomain==0.11.0 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 -urllib3==2.0.2 +urllib3==2.0.3 zipp==3.15.0