From b581e8f1c7c57b665eec80d40934c3af05d8eec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:40:13 +0000 Subject: [PATCH] Bump py from 1.8.0 to 1.10.0 in /requirements Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 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.8.0...1.10.0) Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 47 ++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 282a59b..d21ef4a 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -4,20 +4,39 @@ # # pip-compile dev-requirements.in # -appdirs==1.4.3 # via black -atomicwrites==1.3.0 # via pytest -attrs==19.2.0 # via black, pytest +appdirs==1.4.3 + # via black +atomicwrites==1.3.0 + # via pytest +attrs==19.2.0 + # via + # black + # pytest black==19.3b0 -click==7.0 # via black, pip-tools -importlib-metadata==0.23 # via pluggy, pytest -more-itertools==7.2.0 # via pytest, zipp -packaging==19.2 # via pytest + # via -r dev-requirements.in +click==7.0 + # via + # black + # pip-tools +more-itertools==7.2.0 + # via pytest +packaging==19.2 + # via pytest pip-tools==4.2.0 -pluggy==0.13.0 # via pytest -py==1.8.0 # via pytest -pyparsing==2.4.2 # via packaging + # via -r dev-requirements.in +pluggy==0.13.0 + # via pytest +py==1.10.0 + # via pytest +pyparsing==2.4.2 + # via packaging pytest==5.2.1 -six==1.12.0 # via packaging, pip-tools -toml==0.10.0 # via black -wcwidth==0.1.7 # via pytest -zipp==0.6.0 # via importlib-metadata + # via -r dev-requirements.in +six==1.12.0 + # via + # packaging + # pip-tools +toml==0.10.0 + # via black +wcwidth==0.1.7 + # via pytest