From 7f9d56ad3fa6edeeaf4e52da301346da7f6148d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 19:13:09 +0000 Subject: [PATCH] Bump py from 1.5.4 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.5.4 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.5.4...1.10.0) 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..559769c 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.10.0', 'py-moneyed==0.7.0', 'pyasn1==0.4.4', 'pycparser==2.18',