From 00495110f1bb0e27ace9615467c3b448d1a72bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:51:37 +0000 Subject: [PATCH] Bump py from 1.5.4 to 1.10.0 in /requirements Bumps [py](https://github.com/pytest-dev/py) from 1.5.4 to 1.10.0. - [Release notes](https://github.com/pytest-dev/py/releases) - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.5.4...1.10.0) Signed-off-by: dependabot[bot] --- requirements/tests.txt | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index a2409d4..8c2732a 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.10.0 + # via pytest pytest-cov==2.5.1 + # via -r tests.in pytest==3.6.3 + # via + # -r tests.in + # pytest-cov pyyaml==5.1 -six==1.11.0 # via more-itertools, pytest + # via -r tests.in +six==1.11.0 + # via + # more-itertools + # pytest