From 660c23d8a881a146ad6a439d4f502375e94c31d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:25:23 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 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.1...5.4) Signed-off-by: dependabot[bot] --- requirements/tests.txt | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index a2409d4..775529f 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,11 +1,30 @@ -atomicwrites==1.1.5 # via pytest -attrs==18.1.0 # via hypothesis, pytest -coverage==4.5.1 # via hypothesis, pytest-cov +atomicwrites==1.1.5 + # via pytest +attrs==18.1.0 + # via + # hypothesis + # pytest +coverage==4.5.1 + # via + # hypothesis + # pytest-cov hypothesis==3.66.4 -more-itertools==4.2.0 # via pytest -pluggy==0.6.0 # via pytest -py==1.5.4 # via pytest + # via -r tests.in +more-itertools==4.2.0 + # via pytest +pluggy==0.6.0 + # via pytest +py==1.5.4 + # via pytest pytest-cov==2.5.1 + # via -r tests.in pytest==3.6.3 -pyyaml==5.1 -six==1.11.0 # via more-itertools, pytest + # via + # -r tests.in + # pytest-cov +pyyaml==5.4 + # via -r tests.in +six==1.11.0 + # via + # more-itertools + # pytest