From d838246a42d8a7bf764f509cc48b1c406bc0a5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:11:18 +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] --- requirements.txt | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index a7bfb9f..a0162aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,14 +4,25 @@ # # pip-compile --output-file requirements.txt requirements.in # -click==6.7 # via pip-tools +click==6.7 + # via pip-tools django==1.11.22 + # via -r requirements.in djangorestframework==3.6.3 -first==2.0.1 # via pip-tools + # via -r requirements.in +first==2.0.1 + # via pip-tools pip-tools==1.9.0 -py==1.4.34 # via pytest + # via -r requirements.in +py==1.10.0 + # via pytest pytest-runner==2.11.1 + # via -r requirements.in pytest==3.1.2 -pytz==2017.2 # via django -six==1.10.0 # via pip-tools + # via -r requirements.in +pytz==2017.2 + # via django +six==1.10.0 + # via pip-tools wheel==0.29.0 + # via -r requirements.in