From 8ffd3ece7bcf1a916d5b1b3087c43bb4c7283858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:26:16 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 8.3.5 to 8.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.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.3.5...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9f30aeb..e791ee8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -70,10 +70,12 @@ pycodestyle==2.13.0 pyflakes==3.3.1 # via flake8 pygments==2.19.1 - # via -r requirements-dev.in + # via + # -r requirements-dev.in + # pytest pyproject-api==1.8.0 # via tox -pytest==8.3.5 +pytest==8.4.0 # via -r requirements-dev.in pyyaml==6.0.2 # via pre-commit