From 34f83d4b5fda6d661b4a6bb7cdafc485e4af7d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:38:38 +0000 Subject: [PATCH] Bump pyyaml from 3.10 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.10 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.10...5.4) Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 8cbcfa3..4b4bd73 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -9,6 +9,6 @@ flake8 -e bzr+http://bazaar.launchpad.net/~bigdata-dev/charm-helpers/framework/#egg=charmhelpers # # Specify precise versions of runtime dependencies where possible. -PyYAML==3.10 # precise +PyYAML==5.4 # precise path.py>=7.0 jujuresources>=0.2.5