From cb8ce05c76a6f3dc5e0469140c1e5e320be9ed0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:31:31 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d3923f6..9b41322 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ Click==7.0 geomet==0.2.0.post2 -pyyaml==5.1 +pyyaml==5.4 requests==2.21.0 schema==0.6.8 Shapely==1.6.4.post2 diff --git a/requirements.txt b/requirements.txt index 2cb4938..fd6d7e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Click==7.0 geomet==0.2.0.post2 -pyyaml==5.1 +pyyaml==5.4 requests==2.21.0 schema==0.6.8