From b2dad7a7c4b2a9233ce259a84c1a1000fac634f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:41:39 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-tests.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/dev_requirements/requirements-tests.txt b/dev_requirements/requirements-tests.txt index dc1a43e..21e66af 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -7,13 +7,11 @@ aiohttp==3.9.1 # via aioresponses aioresponses==0.7.6 - # via -r .\requirements-tests.in + # via -r dev_requirements/requirements-tests.in aiosignal==1.3.1 # via aiohttp attrs==23.1.0 # via aiohttp -colorama==0.4.6 - # via pytest frozenlist==1.4.1 # via # aiohttp @@ -28,15 +26,15 @@ multidict==6.0.4 # yarl packaging==23.0 # via pytest -pluggy==1.0.0 +pluggy==1.4.0 # via pytest -pytest==7.4.3 +pytest==8.1.1 # via - # -r .\requirements-tests.in + # -r dev_requirements/requirements-tests.in # pytest-asyncio pytest-asyncio==0.23.2 - # via -r .\requirements-tests.in + # via -r dev_requirements/requirements-tests.in pytz==2023.3.post1 - # via -r .\requirements-tests.in + # via -r dev_requirements/requirements-tests.in yarl==1.9.4 # via aiohttp