From 0fdb39cb3376296a035198eb3e8f724a277229c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 05:57:30 +0000 Subject: [PATCH] build(deps): bump requests from 2.28.2 to 2.31.0 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] --- requirements.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 349db21a4..4ab4ed529 100644 --- a/requirements.txt +++ b/requirements.txt @@ -83,7 +83,7 @@ pyproject-hooks==1.0.0 # via build pytz==2022.7.1 # via babel -requests==2.28.2 +requests==2.31.0 # via sphinx snowballstemmer==2.2.0 # via sphinx @@ -108,13 +108,6 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx -tomli==2.0.1 - # via - # black - # build - # mypy - # pyproject-api - # tox tox==4.3.5 # via -r requirements.in types-pycurl==7.45.2.0 -- 2.47.2