From f1d88f698d811f28898f674bfe85a38556a801bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:55:43 +0000 Subject: [PATCH] Bump py from 1.4.24 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.4.24 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.24...1.10.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5d6de42..df27abd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ Pygments==1.6 PyYAML==3.11 Sphinx==1.2.3 SQLAlchemy==0.9.7 -py==1.4.24 +py==1.10.0 tox==1.7.2 diff --git a/setup.py b/setup.py index eff1ecb..702153a 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def run_tests(self): 'PyYAML==3.11', 'Sphinx==1.2.3', 'SQLAlchemy==0.9.7', - 'py==1.4.24', + 'py==1.10.0', 'tox==1.7.2' ],