From a1337e2f862e1a6d3c1d8c3a6ba6834fda11a33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:15:45 +0000 Subject: [PATCH] Bump pyyaml from 4.2b4 to 5.4 in /sip/execution_control/configuration_db Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b4 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/commits/5.4) Signed-off-by: dependabot[bot] --- sip/execution_control/configuration_db/requirements.txt | 2 +- sip/execution_control/configuration_db/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sip/execution_control/configuration_db/requirements.txt b/sip/execution_control/configuration_db/requirements.txt index 36918380..3ca6d97f 100644 --- a/sip/execution_control/configuration_db/requirements.txt +++ b/sip/execution_control/configuration_db/requirements.txt @@ -1,4 +1,4 @@ redis==2.10.6 jsonschema==2.6.0 jinja2>=2.10.1 -PyYAML==4.2b4 +PyYAML==5.4 diff --git a/sip/execution_control/configuration_db/setup.py b/sip/execution_control/configuration_db/setup.py index 440b517c..d2b94f6e 100644 --- a/sip/execution_control/configuration_db/setup.py +++ b/sip/execution_control/configuration_db/setup.py @@ -50,7 +50,7 @@ def package_files(directory): 'redis==2.10.6', 'jsonschema==2.6.0', 'jinja2>=2.10.1', - 'PyYAML==4.2b4' + 'PyYAML==5.4' ], zip_safe=False, classifiers=[