From 2e401f269775e9fed406e280c776afcae68e8a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:17:47 +0000 Subject: [PATCH] Bump py from 1.4.33 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.4.33 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.33...1.10.0) Signed-off-by: dependabot[bot] --- requirements-test.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 35ad2ae..2e9a77e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,7 +5,12 @@ # pip-compile --output-file requirements-test.txt requirements-test.in # cython==0.25.2 + # via -r requirements.in phpserialize==1.3 -py==1.4.33 # via pytest + # via -r requirements-test.in +py==1.10.0 + # via pytest pytest==3.0.7 + # via -r requirements-test.in ujson==1.35 + # via -r requirements-test.in