From 6d2d47a2cd09036e4e7daaaba4a1ba024fc0835f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:09:12 +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. - [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.4...1.11.0) --- updated-dependencies: - dependency-name: py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49e02a7..81d5103 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ 'progressbar2==3.38.0', 'psycopg2==2.8.4', 'ptyprocess==0.6.0', - 'py==1.5.4', + 'py==1.11.0', 'py-moneyed==0.7.0', 'pyasn1==0.4.4', 'pycparser==2.18',