From cd79a276fc457ff3a28ff9bb9004955ad90586d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:30:34 +0000 Subject: [PATCH] Bump py from 1.5.2 to 1.10.0 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] --- requirements-dev.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2e3500d..16b89d9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ mock==2.0.0 mock-open==1.3.1 pbr==3.1.1 # via mock pluggy==0.6.0 # via tox -py==1.5.2 # via tox +py==1.10.0 # via tox pycodestyle==2.3.1 pytz==2018.3 # via django pyyaml==3.12 diff --git a/requirements-test.txt b/requirements-test.txt index fe51e86..9896e75 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -9,7 +9,7 @@ mock==2.0.0 mock-open==1.3.1 pbr==3.1.1 # via mock pluggy==0.6.0 # via pytest -py==1.5.2 # via pytest +py==1.10.0 # via pytest pytest==3.4.2 pytest-cov==2.5.1 pytest-django==3.1.2