From 9b25a542f2224564a6d5ef1fbee9bb8227a3c9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:12:25 +0000 Subject: [PATCH] Bump py from 1.8.0 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 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.8.0...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 51a1726..6c4b45c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ packaging==20.3 pandas==1.0.3 Pillow==6.2.2 pluggy==0.12.0 -py==1.8.0 +py==1.10.0 pylint==2.5.0 pyparsing==2.4.0 pytest==4.5.0 diff --git a/setup.py b/setup.py index 762f7d7..7dd41ca 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ "pandas==1.0.3", "Pillow==6.2.2", "pluggy==0.12.0", - "py==1.8.0", + "py==1.10.0", "pylint==2.5.0", "pyparsing==2.4.0", "pytest==4.5.0",