From c5b3e59611d6a62e1a36b9a671d786dbbc26c16f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 06:11:06 +0000 Subject: [PATCH] Bump types-urllib3 from 1.26.25.10 to 1.26.25.12 Bumps [types-urllib3](https://github.com/python/typeshed) from 1.26.25.10 to 1.26.25.12. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-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 d0fb2bd49..d3167ff0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -310,7 +310,7 @@ dev = [ "types-PyYAML==6.0.12.9", "types-Pillow==9.5.0.1", "types-requests==2.28.11.17", - "types-urllib3==1.26.25.10", + "types-urllib3==1.26.25.12", "vulture==2.7", "vws-python==2023.3.25", ]