From f36d0cf8deff7f7c2cc5a14ff583c61c0d48abdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 01:02:15 +0000 Subject: [PATCH] Bump py from 1.5.4 to 1.11.0 Bumps [py](https://github.com/pytest-dev/py) from 1.5.4 to 1.11.0. - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.5.4...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 d02c5dc..5e24576 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ attrs==18.1.0 click==6.7 more-itertools==4.3.0 pluggy==0.7.1 -py==1.5.4 +py==1.11.0 pytest==3.7.1 six==1.11.0 diff --git a/setup.py b/setup.py index 7349383..ebd9fdb 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'click==6.7', 'more-itertools==4.3.0', 'pluggy==0.7.1', - 'py==1.5.4', + 'py==1.11.0', 'pytest==3.7.1', 'six==1.11.0' ],