From a3993195b23911b7c8ac80144bfc7f6151b21880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 May 2021 21:51:04 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /requirements 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/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a1269b9..9565766 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,6 +10,6 @@ pytest-mock==1.10.0 pytest-pythonpath==0.7.2 pytest-cov==2.5.1 flake8==3.5.0 -PyYAML==5.3 +PyYAML==5.4 Sphinx==1.7.6 phix==0.6.1 \ No newline at end of file