From 6ef3c5fb96a4c7e3cc8c6131e1795c1601318c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 18:56:47 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.2.3 (#482) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [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.2.2...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9ac8bb1..ff510183 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,5 +24,5 @@ shellingham==1.5.4 tqdm==4.66.5 typer==0.12.5 typing_extensions==4.12.2 -urllib3==2.2.2 +urllib3==2.2.3 websocket-client==1.8.0