From e7461b733ca5ce902266a2b63a2e0eb90bb294da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:56:15 +0000 Subject: [PATCH] Bump py from 1.6.0 to 1.11.0 Bumps [py](https://github.com/pytest-dev/py) from 1.6.0 to 1.11.0. - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.6.0...1.11.0) --- updated-dependencies: - dependency-name: py dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index a76cd77..fb1e133 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,13 +4,31 @@ # # pip-compile --output-file dev_requirements.txt dev_requirements.in # -atomicwrites==1.2.1 # via pytest -attrs==18.2.0 # via hypothesis, pytest +atomicwrites==1.2.1 + # via pytest +attrs==18.2.0 + # via + # hypothesis + # pytest coverage==4.5.1 + # via + # -r dev_requirements.in + # pytest-cov hypothesis==3.76.0 -more-itertools==4.3.0 # via pytest -pluggy==0.7.1 # via pytest -py==1.6.0 # via pytest -pytest-cov==2.6.0 + # via -r dev_requirements.in +more-itertools==4.3.0 + # via pytest +pluggy==0.7.1 + # via pytest +py==1.11.0 + # via pytest pytest==3.6.4 -six==1.11.0 # via more-itertools, pytest + # via + # -r dev_requirements.in + # pytest-cov +pytest-cov==2.6.0 + # via -r dev_requirements.in +six==1.11.0 + # via + # more-itertools + # pytest