From e0fa87b81e14c8ca151440037de11b2587b78489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 17:02:02 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index de457f61..0387c5b3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -44,7 +44,7 @@ pyflakes==2.4.0 # via flake8 pyparsing==2.4.7 # via packaging -pytest==6.2.5 +pytest==7.0.0 # via -r requirements-dev.in six==1.15.0 # via @@ -53,9 +53,9 @@ six==1.15.0 sqlparse==0.4.2 # via django toml==0.10.2 - # via - # pytest - # tox + # via tox +tomli==2.0.0 + # via pytest tox==3.24.5 # via -r requirements-dev.in virtualenv==20.4.3