From 8a5338379cf8d3cef03e09c2e04583c41f3bc7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 20:27:26 +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) --- updated-dependencies: - dependency-name: py dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 232a07a..db5ac68 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,15 +5,29 @@ # pip-compile --output-file requirements-dev.txt requirements-dev.in # autopep8==1.3.2 -configparser==3.5.0 # via flake8 -coverage==4.4.1 # via pytest-cov -enum34==1.1.6 # via flake8 + # via -r requirements-dev.in +coverage==4.4.1 + # via pytest-cov flake8==3.3.0 + # via -r requirements-dev.in isort==4.2.15 -mccabe==0.6.1 # via flake8 -py==1.4.34 # via pytest -pycodestyle==2.3.1 # via autopep8, flake8 -pyflakes==1.5.0 # via flake8 + # via -r requirements-dev.in +mccabe==0.6.1 + # via flake8 +py==1.10.0 + # via pytest +pycodestyle==2.3.1 + # via + # autopep8 + # flake8 +pyflakes==1.5.0 + # via flake8 +pytest==3.1.2 + # via + # -r requirements-dev.in + # pytest-cov + # pytest-django pytest-cov==2.5.1 + # via -r requirements-dev.in pytest-django==3.1.2 -pytest==3.1.2 + # via -r requirements-dev.in