From e3153dd196ba9a83a7699cc6b19f00266f75143a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:01:45 +0000 Subject: [PATCH] Bump pytest from 7.1.3 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.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/7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... 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 2729321d..e1958d46 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,6 +14,8 @@ distlib==0.3.1 # via virtualenv django==4.0.8 # via -r requirements-dev.in +exceptiongroup==1.0.0rc9 + # via pytest filelock==3.0.12 # via # tox @@ -35,16 +37,14 @@ pluggy==0.13.1 # pytest # tox py==1.10.0 - # via - # pytest - # tox + # via tox pycodestyle==2.8.0 # via flake8 pyflakes==2.4.0 # via flake8 pyparsing==2.4.7 # via packaging -pytest==7.1.3 +pytest==7.2.0 # via -r requirements-dev.in six==1.15.0 # via