From 3520f9e9c27af4ecd06efd617f51eefaf33bfa11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 12:32:59 +0200 Subject: [PATCH] Bump requests from 2.28.2 to 2.31.0 (#3213) Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index da65486c..bc536ed0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,9 +21,7 @@ click==8.1.3 # platformio # uvicorn colorama==0.4.6 - # via - # click - # platformio + # via platformio h11==0.14.0 # via # uvicorn @@ -42,7 +40,7 @@ pyelftools==0.29 # via platformio pyserial==3.5 # via platformio -requests==2.28.2 +requests==2.31.0 # via platformio semantic-version==2.10.0 # via platformio @@ -52,8 +50,6 @@ starlette==0.23.1 # via platformio tabulate==0.9.0 # via platformio -typing-extensions==4.5.0 - # via starlette urllib3==1.26.15 # via requests uvicorn==0.20.0