From 331921c4028c6c96fc63b179c7ee7e82b52ce980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:00:48 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.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.3.1...5.4) Signed-off-by: dependabot[bot] --- test-requirements.txt | 89 ++++++++++++++++++++++++++++++------------- 1 file changed, 62 insertions(+), 27 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3b63894..9774c1c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,30 +4,65 @@ # # pip-compile test-requirements.in # -appdirs==1.4.4 # via virtualenv -attrs==19.3.0 # via pytest -coverage==5.2 # via pytest-cov -distlib==0.3.1 # via virtualenv -filelock==3.0.12 # via tox, virtualenv -flake8==3.8.3 # via -r test-requirements.in -importlib-metadata==1.7.0 # via flake8, pluggy, pytest, pytest-randomly, tox, virtualenv -importlib-resources==3.0.0 # via virtualenv -mccabe==0.6.1 # via flake8 -more-itertools==8.4.0 # via pytest -packaging==20.4 # via pytest, tox -pluggy==0.13.1 # via pytest, tox -py==1.9.0 # via pytest, tox -pyaml==20.4.0 # via -r test-requirements.in -pycodestyle==2.6.0 # via flake8 -pyflakes==2.2.0 # via flake8 -pyparsing==2.4.7 # via packaging -pytest-cov==2.10.0 # via -r test-requirements.in -pytest-randomly==3.4.0 # via -r test-requirements.in -pytest==5.4.3 # via -r test-requirements.in, pytest-cov, pytest-randomly -pyyaml==5.3.1 # via pyaml -six==1.15.0 # via packaging, tox, virtualenv -toml==0.10.1 # via tox -tox==3.16.1 # via -r test-requirements.in -virtualenv==20.0.26 # via tox -wcwidth==0.2.5 # via pytest -zipp==3.1.0 # via importlib-metadata, importlib-resources +appdirs==1.4.4 + # via virtualenv +attrs==19.3.0 + # via pytest +coverage==5.2 + # via pytest-cov +distlib==0.3.1 + # via virtualenv +filelock==3.0.12 + # via + # tox + # virtualenv +flake8==3.8.3 + # via -r test-requirements.in +mccabe==0.6.1 + # via flake8 +more-itertools==8.4.0 + # via pytest +packaging==20.4 + # via + # pytest + # tox +pluggy==0.13.1 + # via + # pytest + # tox +py==1.9.0 + # via + # pytest + # tox +pyaml==20.4.0 + # via -r test-requirements.in +pycodestyle==2.6.0 + # via flake8 +pyflakes==2.2.0 + # via flake8 +pyparsing==2.4.7 + # via packaging +pytest-cov==2.10.0 + # via -r test-requirements.in +pytest-randomly==3.4.0 + # via -r test-requirements.in +pytest==5.4.3 + # via + # -r test-requirements.in + # pytest-cov + # pytest-randomly +pyyaml==5.4 + # via pyaml +six==1.15.0 + # via + # packaging + # tox + # virtualenv +toml==0.10.1 + # via tox +tox==3.16.1 + # via -r test-requirements.in +virtualenv==20.0.26 + # via tox +wcwidth==0.2.5 + # via pytest