From 727ade64fce850c9b7f2de9dd23f41aeee75098a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 04:33:27 +0000 Subject: [PATCH] Bump py from 1.4.31 to 1.11.0 Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 to 1.11.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.11.0) --- updated-dependencies: - dependency-name: py dependency-type: direct:production ... 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..a087f01 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.11.0 pylint==1.5.5 pytest==2.9.1 PyYAML==4.2b1 diff --git a/setup.py b/setup.py index 1ed282e..dd324ef 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.11.0', 'pylint==1.5.5', 'pytest==2.9.1', 'PyYAML==4.2b1',