From 1106ca49cf9606cd187e6fb8b061760cac9c7248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 00:06:04 +0000 Subject: [PATCH] Bump py from 1.8.0 to 1.11.0 in /common Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.11.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.0...1.11.0) --- updated-dependencies: - dependency-name: py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/requirements.txt b/common/requirements.txt index 33673b1b..5415251b 100644 --- a/common/requirements.txt +++ b/common/requirements.txt @@ -6,7 +6,7 @@ more-itertools==5.0.0 ; python_version <= '2.7' packaging==19.2 pathlib2==2.3.5 ; python_version < '3.6' pluggy==0.13.0 -py==1.8.0 +py==1.11.0 pyparsing==2.4.5 pytest==4.6.11 scandir==1.10.0 ; python_version < '3.5'