From 08831b71e214f86a66e90a6d27e819e701c1841b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2019 01:58:35 +0000 Subject: [PATCH] Bump requests in /Download Youtube Video from cmd using python Bumps [requests](https://github.com/requests/requests) from 2.10.0 to 2.20.0. - [Release notes](https://github.com/requests/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/requests/requests/compare/v2.10.0...v2.20.0) Signed-off-by: dependabot[bot] --- Download Youtube Video from cmd using python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Download Youtube Video from cmd using python/requirements.txt b/Download Youtube Video from cmd using python/requirements.txt index 5acd314..b0b5816 100644 --- a/Download Youtube Video from cmd using python/requirements.txt +++ b/Download Youtube Video from cmd using python/requirements.txt @@ -2,7 +2,7 @@ colorama>=0.3.7 bs4>=3.5.0 json argparse -requests==2.10.0 +requests==2.20.0 selenium==3.4.3 urllib subprocess