From 1827201350de8d55699c51ee88c992c55014026a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:27:27 +0000 Subject: [PATCH] Bump py from 1.4.31 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 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.4.31...1.10.0) Signed-off-by: dependabot[bot] --- requirements-test.txt | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index f146213..8c8603f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,13 +4,26 @@ # # pip-compile --output-file requirements-test.txt requirements-test.in # -apipkg==1.4 # via execnet -execnet==1.4.1 # via pytest-cache +apipkg==1.4 + # via execnet +execnet==1.4.1 + # via pytest-cache mock==2.0.0 -pbr==1.10.0 # via mock -py==1.4.31 # via pytest -pyflakes==1.3.0 # via pytest-flakes -pytest-cache==1.0 # via pytest-flakes + # via -r requirements-test.in +pbr==1.10.0 + # via mock +py==1.10.0 + # via pytest +pyflakes==1.3.0 + # via pytest-flakes +pytest-cache==1.0 + # via pytest-flakes pytest-flakes==1.0.1 + # via -r requirements-test.in pytest==3.0.2 -six==1.10.0 # via mock + # via + # -r requirements-test.in + # pytest-cache + # pytest-flakes +six==1.10.0 + # via mock