From b164d39d28d7827b39330ec136d68216b2f09195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 05:33:55 +0000 Subject: [PATCH] Bump urllib3 from 2.0.4 to 2.0.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.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/2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27682133a..cdfaaa342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -321,7 +321,7 @@ dev = [ "types-PyYAML==6.0.12.11", "types-Pillow==10.0.0.3", "types-requests==2.31.0.2", - "urllib3==2.0.4", + "urllib3==2.0.5", "vulture==2.9.1", "vws-python==2023.5.21", ]