From 07fbdc1f481825b5c2dbd3a78390a52b22148cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:31:16 +0000 Subject: [PATCH] Bump requests from 2.18.4 to 2.20.0 Bumps [requests](https://github.com/requests/requests) from 2.18.4 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.18.4...v2.20.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 24f3e59..554acc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pyserial==3.4 pytest==3.4.1 pytest-cov==2.5.1 python-pytun==2.2.1 -requests==2.18.4 +requests==2.20.0 scapy-python3==0.23 six==1.11.0 sliplib==0.3.0 diff --git a/setup.py b/setup.py index 76fbc71..aa0b3a5 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'pytest==3.4.1', 'pytest-cov==2.5.1', 'python-pytun==2.2.1', - 'requests==2.18.4', + 'requests==2.20.0', 'scapy-python3==0.23', 'six==1.11.0', 'sliplib==0.3.0',