From 1e82c98cd1a77bef5b20e3199a9d1ad9f017c3e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:41:59 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.1.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.1.0. - [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.7...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8758a3dbb..6587f7eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -323,7 +323,7 @@ dev = [ "types-Pillow==10.1.0.1", "types-PyYAML==6.0.12.12", "types-requests==2.31.0.10", - "urllib3==2.0.7", + "urllib3==2.1.0", "vulture==2.10", "vws-python==2023.5.21", "VWS-Test-Fixtures==2023.3.5",