From 447c938289d56464a3f9fe65a033e7481980aff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 06:05:37 +0000 Subject: [PATCH] Update urllib3 requirement from <2.0.0 to <3.0.0 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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/0.3...2.0.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6075e230b..4aae342da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -318,7 +318,7 @@ dev = [ "types-PyYAML==6.0.12.9", "types-Pillow==9.5.0.4", "types-requests==2.30.0.0", - # We need urllib3 < 2.0.0 for pdm to work. + # We need urllib3 < 3.0.0 for pdm to work. # After we can bump urllib3, we can remove types-urllib. "types-urllib3==1.26.25.13", "urllib3<2.0.0",