From 9b4c20b646a232acb32fb4064c4acc27522f8463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 02:35:00 +0000 Subject: [PATCH 1/2] Bump requests from 2.18.4 to 2.20.0 Bumps [requests](https://github.com/psf/requests) from 2.18.4 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/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 9e165bd..377ecff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -requests==2.18.4 +requests==2.20.0 PyYAML==3.13 \ No newline at end of file diff --git a/setup.py b/setup.py index 267d6d9..2905ab2 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ # requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=[ - 'requests==2.18.4', + 'requests==2.20.0', 'PyYAML==3.13' ], From 162a505ef1e2497e386b49b03d91203586de1178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 02:42:24 +0000 Subject: [PATCH 2/2] Bump pyyaml from 3.12 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.1) 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 377ecff..b308807 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.20.0 -PyYAML==3.13 \ No newline at end of file +PyYAML==5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 2905ab2..d418eb3 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ # https://packaging.python.org/en/latest/requirements.html install_requires=[ 'requests==2.20.0', - 'PyYAML==3.13' + 'PyYAML==5.1' ], # List additional groups of dependencies here (e.g. development