From 0858234d320def43ceddd408d27090547c6f7a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:49:43 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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.3...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 f72822f..b9e0e54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ sleekxmpp==1.3.1 # Optional sleekxmpp dependency for SRV lookups dnspython==1.16.0 -PyYAML==5.3 +PyYAML==5.4 schedule==0.6.0 Jinja2==2.11.1 pytz==2019.3 diff --git a/setup.py b/setup.py index f686cec..a595f72 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ include_package_data=True, packages=setuptools.find_packages(), install_requires=[ - 'PyYAML==5.3', + 'PyYAML==5.4', 'sleekxmpp==1.3.1', 'schedule>=0.6.0', 'Jinja2>=2.11.1',