From a21e48fb951a55a1be0b6b45b0872e9add6d1787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 22:36:46 +0000 Subject: [PATCH] chore(deps): bump requests from 2.22.0 to 2.31.0 in /server Bumps [requests](https://github.com/psf/requests) from 2.22.0 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.22.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 1b9e29f..7df2e93 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,7 +3,7 @@ flake8==3.7.7 Flask==1.0.3 gunicorn==19.9.0 Flask-APScheduler==1.11.0 -requests==2.22.0 +requests==2.31.0 pytest==6.1.1 -r ../shared/requirements.txt -e ./shared # When this file is pip installed, the current working directory is the root of the project