From 2d6e109f074f2d813ada51eef3be037677743de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:08:55 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.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.4.3...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 2c168db..481c550 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -16,6 +16,8 @@ coveralls==3.3.1 # via -r requirements-test.in docopt==0.6.2 # via coveralls +exceptiongroup==1.2.1 + # via pytest flake8==4.0.1 # via pytest-flake8 idna==3.3 @@ -26,7 +28,7 @@ mccabe==0.6.1 # via flake8 packaging==21.3 # via pytest -pluggy==1.0.0 +pluggy==1.5.0 # via pytest portpicker==1.6.0 # via -r requirements-test.in @@ -38,7 +40,7 @@ pyflakes==2.4.0 # via flake8 pyparsing==3.0.7 # via packaging -pytest==7.4.3 +pytest==8.2.0 # via # -r requirements-test.in # pytest-cov @@ -50,6 +52,8 @@ pytest-flake8==1.1.1 requests==2.31.0 # via coveralls tomli==2.0.1 - # via coverage + # via + # coverage + # pytest urllib3==1.26.18 # via requests