From 67c74088d6bc867343e45ca85c326fb2cfba4df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:25:21 +0000 Subject: [PATCH] Bump py from 1.5.3 to 1.10.0 in /requirements Bumps [py](https://github.com/pytest-dev/py) from 1.5.3 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.5.3...1.10.0) Signed-off-by: dependabot[bot] --- requirements/ci.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 3a4341c..a7e389a 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -4,8 +4,13 @@ # # pip-compile --output-file requirements/ci.txt requirements/ci.in # -pluggy==0.6.0 # via tox -py==1.5.3 # via tox -six==1.11.0 # via tox +pluggy==0.6.0 + # via tox +py==1.10.0 + # via tox +six==1.11.0 + # via tox tox==3.0.0 -virtualenv==15.2.0 # via tox + # via -r ci.in +virtualenv==15.2.0 + # via tox