From 6aa146161e8cb8649636485b89b0f969c9dc3f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 09:09:53 +0000 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [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.6...2.0.7) --- 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 18c57143d..102799e83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -320,7 +320,7 @@ dev = [ "types-PyYAML==6.0.12.12", "types-Pillow==10.1.0.0", "types-requests==2.31.0.10", - "urllib3==2.0.6", + "urllib3==2.0.7", "vulture==2.10", "vws-python==2023.5.21", ]