From 14bbe43ac093f6a2bde76714599f2041410266eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 20:26:34 +0000 Subject: [PATCH] Bump py from 1.9.0 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.9.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.9.0...1.10.0) Signed-off-by: dependabot[bot] --- requirements.txt | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 501d447..8d62635 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,23 @@ # # pip-compile requirements.in # -attrs==19.3.0 # via pytest -more-itertools==8.4.0 # via pytest -numpy==1.19.0 # via -r requirements.in -packaging==20.4 # via pytest -pluggy==0.13.1 # via pytest -py==1.9.0 # via pytest -pyparsing==2.4.7 # via packaging -pytest==5.4.3 # via -r requirements.in -six==1.15.0 # via packaging -wcwidth==0.2.5 # via pytest +attrs==19.3.0 + # via pytest +more-itertools==8.4.0 + # via pytest +numpy==1.19.0 + # via -r requirements.in +packaging==20.4 + # via pytest +pluggy==0.13.1 + # via pytest +py==1.10.0 + # via pytest +pyparsing==2.4.7 + # via packaging +pytest==5.4.3 + # via -r requirements.in +six==1.15.0 + # via packaging +wcwidth==0.2.5 + # via pytest