From 8a178445e5145d08fde0bafe802b5c812772e259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 06:03:46 +0000 Subject: [PATCH] Bump urllib3 from 2.0.3 to 2.0.4 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.4. - [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.3...2.0.4) --- 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 41b167d39..32fa55f22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -318,7 +318,7 @@ dev = [ "types-PyYAML==6.0.12.10", "types-Pillow==10.0.0.1", "types-requests==2.31.0.1", - "urllib3==2.0.3", + "urllib3==2.0.4", "vulture==2.7", "vws-python==2023.5.21", ]