From d0e42afaf300d7fa4b524e403a4cd1d443bfe13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:18:18 +0000 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [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.0.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7239d7..bab9761 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,8 +43,6 @@ dateutils==0.6.12 # via lightning deepdiff==6.6.0 # via lightning -exceptiongroup==1.1.3 - # via anyio fastapi==0.103.2 # via # lightning @@ -242,8 +240,7 @@ typing-extensions==4.8.0 # pydantic-core # pytorch-lightning # torch - # uvicorn -urllib3==2.0.6 +urllib3==2.0.7 # via # lightning # lightning-cloud