From fd616da5dbde3a3fd772ddc7f74ae427fd5e4f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:45:46 +0000 Subject: [PATCH] Bump py from 1.4.34 to 1.10.0 in /Chapter06/requirements Bumps [py](https://github.com/pytest-dev/py) from 1.4.34 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.34...1.10.0) Signed-off-by: dependabot[bot] --- Chapter06/requirements/test.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Chapter06/requirements/test.txt b/Chapter06/requirements/test.txt index 593282e..3b21a98 100644 --- a/Chapter06/requirements/test.txt +++ b/Chapter06/requirements/test.txt @@ -5,6 +5,10 @@ # pip-compile --output-file requirements/test.txt requirements/test.in # fakeredis==0.8.2 -py==1.4.34 # via pytest + # via -r test.in +py==1.10.0 + # via pytest pytest==3.2.2 -redis==2.10.6 # via fakeredis + # via -r test.in +redis==2.10.6 + # via fakeredis