From 947556a91e780f20632881d54e5a9f0c1ff06040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:58:12 +0000 Subject: [PATCH] Bump requests from 0.11.1 to 2.20.0 in /Guide/Constraint Programming Bumps [requests](https://github.com/psf/requests) from 0.11.1 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v0.11.1...v2.20.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Guide/Constraint Programming/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guide/Constraint Programming/requirements.txt b/Guide/Constraint Programming/requirements.txt index 8f58d57..dd84733 100644 --- a/Guide/Constraint Programming/requirements.txt +++ b/Guide/Constraint Programming/requirements.txt @@ -8,5 +8,5 @@ Werkzeug==1.0.1 certifi==2020.6.20 chardet==3.0.4 gunicorn==20.0.4 -requests==0.11.1 +requests==2.20.0 python-constraint