From bb483be2b79b63c8552c69db286e37fb969c3787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:29:56 +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 c8cc9ee..af5736b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,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 cc52b48..75f6c1b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,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',