From 6f2a1d26ada7a9774e6dac7132a9d5a99448b370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:36:45 +0000 Subject: [PATCH] Bump py from 1.4.34 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.4.34 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.4.34...1.10.0) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4d3b109..05c4962 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,8 +4,15 @@ # # pip-compile --output-file dev-requirements.txt dev-requirements.in # -pluggy==0.5.1 # via tox -py==1.4.34 # via pytest, tox +pluggy==0.5.1 + # via tox +py==1.10.0 + # via + # pytest + # tox pytest==3.2.1 + # via -r dev-requirements.in tox==2.8.0 -virtualenv==15.1.0 # via tox + # via -r dev-requirements.in +virtualenv==15.1.0 + # via tox