From 0018a01027c9a9f04e038c7903690353c1e786a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:52 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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/3.12...5.4) 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 43e88c0..a68aaf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyYaml==3.12 +PyYaml==5.4 click==6.7 SQLAlchemy==1.1.5 psycopg2==2.7.1 diff --git a/setup.py b/setup.py index a45f57a..2aff649 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): version='0.1', install_requires=[ 'click>=6.7', - 'PyYaml==3.12', + 'PyYaml==5.4', 'SQLAlchemy==1.1.5', 'psycopg2==2.7.1', 'python-dotenv==0.6.3',