From c03d5308193d9752f0b539c5f8de987488fb13ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:06:17 +0000 Subject: [PATCH] Bump py from 1.4.33 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.4.33 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.33...1.10.0) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3834898..40e7aae 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,9 +4,15 @@ # # pip-compile --output-file dev-requirements.txt dev-requirements.in # -click==6.7 # via pip-tools -first==2.0.1 # via pip-tools +click==6.7 + # via pip-tools +first==2.0.1 + # via pip-tools pip-tools==1.9.0 -py==1.4.33 # via pytest + # via -r dev-requirements.in +py==1.10.0 + # via pytest pytest==3.0.7 -six==1.10.0 # via pip-tools + # via -r dev-requirements.in +six==1.10.0 + # via pip-tools