From 72558d8596cccbc394d361667f2578e7dde4557b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:32:55 +0000 Subject: [PATCH] Bump py from 1.8.1 to 1.10.0 in /platform 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) --- updated-dependencies: - dependency-name: py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platform/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/requirements.txt b/platform/requirements.txt index fd57ccb7..3ce22f0e 100644 --- a/platform/requirements.txt +++ b/platform/requirements.txt @@ -8,7 +8,7 @@ more-itertools==5.0.0 ; python_version <= '2.7' packaging==20.0 pathlib2==2.3.5 ; python_version < '3' pluggy==0.13.1 -py==1.8.1 +py==1.10.0 pyparsing==2.4.6 pytest==4.6.10 scandir==1.10.0 ; python_version < '3.5'