From 92461854c754cc9f8119aebd172e2c916c604312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:47:09 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.4.0 to 8.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.0.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.0...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 7e5d17ef..0e7a162c 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -114,7 +114,7 @@ platformdirs==2.4.0 # virtualenv plette[validation]==0.4.4 # via requirementslib -pluggy==1.0.0 +pluggy==1.4.0 # via pytest pre-commit==3.3.3 # via -r requirements.dev.in @@ -132,7 +132,7 @@ pynacl==1.5.0 # via paramiko pyrsistent==0.18.1 # via jsonschema -pytest==7.4.0 +pytest==8.0.1 # via # -r requirements.dev.in # pytest-freezegun