From 59446c80b2247551eff9dfe31b41bedf9f8b98e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:21:01 +0000 Subject: [PATCH] Update urllib3 requirement from <1.27,>=1.25.4 to >=1.25.4,<2.2 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/1.25.4...2.1.0) --- 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 fef9a3068d50..d79c688bf8ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "awscrt>=0.16.4,<=0.16.16", "python-dateutil>=2.1,<3.0.0", "jmespath>=0.7.1,<1.1.0", - "urllib3>=1.25.4,<1.27", + "urllib3>=1.25.4,<2.2", ] dynamic = ["version"]