From ddf8a9d757c42fff2a35597caf2a78e7a3b51637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:12:39 +0000 Subject: [PATCH] Update urllib3 requirement from ==1.* to ==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.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 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 d72f661..d6eabe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ test = [ "pytest>=8.3.4", "pytest-asyncio ==0.18.*", "pytest-vcr ==1.*", - "urllib3 ==1.*", + "urllib3 ==2.*", "vcrpy ==4.2.1" ] type = [