From 9d18a518fd7a42290f668a87d7da8ed6514102ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:15:01 +0000 Subject: [PATCH] Bump py from 1.4.31 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 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.31...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 6cc4642..54fc342 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ astroid==1.4.5 colorama==0.3.7 IPy==0.83 lazy-object-proxy==1.2.2 -py==1.4.31 +py==1.10.0 pylint==1.5.5 pytest==2.9.1 PyYAML==4.2b1 diff --git a/setup.py b/setup.py index 1ed282e..1f04717 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'colorama==0.3.7', 'IPy==0.83', 'lazy-object-proxy==1.2.2', - 'py==1.4.31', + 'py==1.10.0', 'pylint==1.5.5', 'pytest==2.9.1', 'PyYAML==4.2b1',