From bb64ae367422de8ae2f3ee9a19e2950f7a3360e6 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 /dvp 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] --- dvp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvp/requirements.txt b/dvp/requirements.txt index d742b1d5..24b3c7c9 100644 --- a/dvp/requirements.txt +++ b/dvp/requirements.txt @@ -6,7 +6,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.11 scandir==1.10.0 ; python_version < '3.5'