From c42a1e3d61a858a0ba08a818ac1668ceb756cb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:32:56 +0000 Subject: [PATCH] Bump py from 1.8.1 to 1.10.0 in /libs 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] --- libs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/requirements.txt b/libs/requirements.txt index 275195fe..1dd0c529 100644 --- a/libs/requirements.txt +++ b/libs/requirements.txt @@ -8,7 +8,7 @@ more-itertools==5.0.0 ; python_version <= '2.7' packaging==19.2 pathlib2==2.3.5 ; python_version < '3.6' pluggy==0.13.1 -py==1.8.1 +py==1.10.0 pyparsing==2.4.6 pytest==4.6.11 scandir==1.10.0 ; python_version < '3.5'