From 0c972a4d8b23bbad01f336aca1aee5f8ce8c652c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 19:53:22 +0000 Subject: [PATCH] Bump py from 1.8.1 to 1.10.0 in /tests Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 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.1...1.10.0) Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index df28960..0a5745c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -12,7 +12,7 @@ more-itertools==8.2.0; python_version > '3.0' packaging==20.3 pathlib2==2.3.5; python_version < '3.0' pluggy==0.13.1 -py==1.8.1 +py==1.10.0 pyparsing==2.4.7 pytest==4.6.9; python_version < '3.0' pytest==5.4.1; python_version > '3.0'