From d23f5c2e1c145e4574f61c4c3c940747f1fb4293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 06:01:24 +0000 Subject: [PATCH] build(deps): update urllib3 requirement in the pip group Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `urllib3` to 2.5.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.4.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fbbeca..ca5fd8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -66,7 +66,7 @@ typing-inspect~=0.9.0 typing-inspection~=0.4.0 typing_extensions~=4.13.2 tzdata~=2025.2 -urllib3~=2.4.0 +urllib3~=2.5.0 verboselogs~=1.7 websockets~=15.0.1 yarl~=1.20.0