From d77994f2d87897a1bbbd6789d8b60bb519b8b5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:24:35 +0000 Subject: [PATCH] Bump py from 1.8.0 to 1.10.0 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-test.txt | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 776c3ae..daabdb2 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,17 +4,33 @@ # # pip-compile requirements-test.in # -atomicwrites==1.3.0 # via pytest -attrs==19.1.0 # via pytest -importlib-metadata==0.18 # via pluggy, pytest -more-itertools==7.2.0 # via pytest -packaging==19.0 # via pytest -pluggy==0.12.0 # via pytest +atomicwrites==1.3.0 + # via pytest +attrs==19.1.0 + # via pytest +importlib-metadata==0.18 + # via + # pluggy + # pytest +more-itertools==7.2.0 + # via pytest +packaging==19.0 + # via pytest +pluggy==0.12.0 + # via pytest psycopg2==2.8.3 -py==1.8.0 # via pytest -pyparsing==2.4.1.1 # via packaging + # via -r requirements-test.in +py==1.10.0 + # via pytest +pyparsing==2.4.1.1 + # via packaging pytest==5.0.1 -six==1.12.0 # via packaging + # via -r requirements-test.in +six==1.12.0 + # via packaging sqlalchemy==1.3.6 -wcwidth==0.1.7 # via pytest -zipp==0.5.2 # via importlib-metadata + # via -r requirements-test.in +wcwidth==0.1.7 + # via pytest +zipp==0.5.2 + # via importlib-metadata