From 773e47408970748823d0f86d68e5e4a8a277e391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:45:17 +0000 Subject: [PATCH] Bump py from 1.5.2 to 1.10.0 in /Chapter05/requirements Bumps [py](https://github.com/pytest-dev/py) from 1.5.2 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.2...1.10.0) Signed-off-by: dependabot[bot] --- Chapter05/requirements/test.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Chapter05/requirements/test.txt b/Chapter05/requirements/test.txt index ccd17fc..c54a0d4 100644 --- a/Chapter05/requirements/test.txt +++ b/Chapter05/requirements/test.txt @@ -4,10 +4,17 @@ # # pip-compile --output-file requirements/test.txt requirements/test.in # -attrs==17.4.0 # via pytest +attrs==17.4.0 + # via pytest fakeredis==0.9.0 -pluggy==0.6.0 # via pytest -py==1.5.2 # via pytest + # via -r test.in +pluggy==0.6.0 + # via pytest +py==1.10.0 + # via pytest pytest==3.4.0 -redis==2.10.6 # via fakeredis -six==1.11.0 # via pytest + # via -r test.in +redis==2.10.6 + # via fakeredis +six==1.11.0 + # via pytest