From 1918b4a3e69edabf652241b30e8a03996d6aec3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:32:37 +0000 Subject: [PATCH] Bump pytest from 7.4.2 to 7.4.3 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. - [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.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 53c18da..4d53c2b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,11 +8,6 @@ build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools -colorama==0.4.6 - # via - # build - # click - # pytest coverage==7.3.1 # via pytest-cov iniconfig==2.0.0 @@ -22,17 +17,17 @@ packaging==23.1 # build # pytest pip-tools==7.3.0 - # via -r requirements/dev.in + # via -r dev.in pluggy==1.3.0 # via pytest pyproject-hooks==1.0.0 # via build -pytest==7.4.2 +pytest==7.4.3 # via - # -r requirements/dev.in + # -r dev.in # pytest-cov pytest-cov==4.1.0 - # via -r requirements/dev.in + # via -r dev.in wheel==0.41.2 # via pip-tools