From b69ffcdf25eec69c47f900fb0b7419bfd7a386f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 17:44:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dogwood.3-fun)=20bump=20requ?= =?UTF-8?q?ests=20to=202.31.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- releases/dogwood/3/fun/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/dogwood/3/fun/requirements.txt b/releases/dogwood/3/fun/requirements.txt index 57711a2c..7f245d0c 100644 --- a/releases/dogwood/3/fun/requirements.txt +++ b/releases/dogwood/3/fun/requirements.txt @@ -33,7 +33,7 @@ redis==2.10.6 # Upgrade requests and urllib3 to prevent SSL certificate validation failure # (we should use pyOpenSSL instead of the local openssl library). For reference, see: # https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2 -requests==2.22.0 +requests==2.31.0 urllib3[secure]==1.25.7 # The version of gunicorn shipped with Open edX is too old. We want to use a