From 435aad2c30e9b9a716d66aa418047c64686c7678 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 08:09:06 +0000 Subject: [PATCH] Bump py from 1.8.1 to 1.8.2 in /dvp Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/pytest-dev/py/releases) - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG) - [Commits](https://github.com/pytest-dev/py/compare/1.8.1...1.8.2) Signed-off-by: dependabot-preview[bot] --- dvp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvp/requirements.txt b/dvp/requirements.txt index d742b1d5..13977b7f 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.8.2 pyparsing==2.4.6 pytest==4.6.11 scandir==1.10.0 ; python_version < '3.5'