From 8851df67a967e157ce522d342d32f338838135c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:14:19 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.2.0 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 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/6.2.5...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 15 ++++++++------- requirements/tests.txt | 18 +++++++++--------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d5281202..9f12791f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,7 @@ attrs==21.2.0 # via pytest babel==2.9.1 # via sphinx -backports.entry-points-selectable==1.1.0 +backports-entry-points-selectable==1.1.0 # via virtualenv certifi==2021.5.30 # via requests @@ -28,6 +28,8 @@ docutils==0.16 # via # sphinx # sphinx-tabs +exceptiongroup==1.0.0 + # via pytest filelock==3.0.12 # via # tox @@ -75,9 +77,7 @@ pre-commit==2.15.0 psutil==5.8.0 # via pytest-xprocess py==1.10.0 - # via - # pytest - # tox + # via tox pygments==2.10.0 # via # sphinx @@ -86,7 +86,7 @@ pylibmc==1.6.1 # via -r tests.in pyparsing==2.4.7 # via packaging -pytest==6.2.5 +pytest==7.2.0 # via # -r tests.in # pytest-xprocess @@ -134,10 +134,11 @@ sphinxcontrib-serializinghtml==1.1.5 toml==0.10.2 # via # pre-commit - # pytest # tox tomli==1.2.1 - # via pep517 + # via + # pep517 + # pytest tox==3.24.4 # via -r dev.in urllib3==1.26.6 diff --git a/requirements/tests.txt b/requirements/tests.txt index b4551c2f..7ec5a57d 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -8,8 +8,10 @@ attrs==21.2.0 # via pytest click==8.0.1 # via flask +exceptiongroup==1.0.0 + # via pytest flask==2.0.1 - # via -r requirements/tests.in + # via -r tests.in iniconfig==1.1.1 # via pytest itsdangerous==2.0.1 @@ -24,21 +26,19 @@ pluggy==1.0.0 # via pytest psutil==5.8.0 # via pytest-xprocess -py==1.10.0 - # via pytest pylibmc==1.6.1 - # via -r requirements/tests.in + # via -r tests.in pyparsing==2.4.7 # via packaging -pytest==6.2.5 +pytest==7.2.0 # via - # -r requirements/tests.in + # -r tests.in # pytest-xprocess pytest-xprocess==0.18.1 - # via -r requirements/tests.in + # via -r tests.in redis==3.5.3 - # via -r requirements/tests.in -toml==0.10.2 + # via -r tests.in +tomli==2.0.1 # via pytest werkzeug==2.0.1 # via flask