From 0fa127df4b7c34339917ffd7b01aa5b39969d7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:27:32 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 8.1.1 to 8.2.0 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 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/8.1.1...8.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 | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 61eb612..bc8bf82 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,15 +8,8 @@ build==1.2.1 # via pip-tools click==8.1.7 # via pip-tools -colorama==0.4.6 - # via - # build - # click - # pytest coverage==7.4.4 - # via - # coverage - # pytest-cov + # via pytest-cov iniconfig==2.0.0 # via pytest packaging==24.0 @@ -24,19 +17,19 @@ packaging==24.0 # build # pytest pip-tools==7.4.1 - # via -r requirements/dev.in -pluggy==1.4.0 + # via -r dev.in +pluggy==1.5.0 # via pytest pyproject-hooks==1.0.0 # via # build # pip-tools -pytest==8.1.1 +pytest==8.2.0 # via - # -r requirements/dev.in + # -r dev.in # pytest-cov pytest-cov==5.0.0 - # via -r requirements/dev.in + # via -r dev.in wheel==0.43.0 # via pip-tools