From cb79894e1a7543a40a974e5277c787f8e212e473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:40:07 +0000 Subject: [PATCH] Bump py from 1.7.0 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.7.0 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.7.0...1.10.0) Signed-off-by: dependabot[bot] <support@github.com> --- test-requirements.txt | 58 +++++++++++++++++++++++++++++++++---------- 1 file changed, 45 insertions(+), 13 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2cdcddc..d5692a5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,22 +4,54 @@ # # pip-compile --output-file test-requirements.txt test-requirements.in # -atomicwrites==1.2.1 # via pytest -attrs==18.2.0 # via pytest -factory-boy==2.11.1 # via pytest-factoryboy -faker==0.9.2 # via factory-boy -freezegun==0.3.11 # via pytest-freezegun -inflection==0.3.1 # via pytest-factoryboy -more-itertools==4.3.0 # via pytest -pluggy==0.8.0 # via pytest -py==1.7.0 # via pytest +atomicwrites==1.2.1 + # via pytest +attrs==18.2.0 + # via pytest +factory-boy==2.11.1 + # via pytest-factoryboy +faker==0.9.2 + # via factory-boy +freezegun==0.3.11 + # via pytest-freezegun +inflection==0.3.1 + # via pytest-factoryboy +more-itertools==4.3.0 + # via pytest +pluggy==0.8.0 + # via pytest +py==1.10.0 + # via pytest pytest-django==3.4.3 + # via -r test-requirements.in pytest-env==0.6.2 + # via -r test-requirements.in pytest-factoryboy==2.0.1 + # via -r test-requirements.in pytest-freezegun==0.2.0 + # via -r test-requirements.in pytest==3.9.1 -python-dateutil==2.7.3 # via faker, freezegun -six==1.11.0 # via faker, freezegun, more-itertools, pytest, python-dateutil, snapshottest + # via + # -r test-requirements.in + # pytest-django + # pytest-env + # pytest-factoryboy + # pytest-freezegun +python-dateutil==2.7.3 + # via + # faker + # freezegun +six==1.11.0 + # via + # faker + # freezegun + # more-itertools + # pytest + # python-dateutil + # snapshottest snapshottest==0.5.0 -termcolor==1.1.0 # via snapshottest -text-unidecode==1.2 # via faker + # via -r test-requirements.in +termcolor==1.1.0 + # via snapshottest +text-unidecode==1.2 + # via faker -- GitLab