From 9a121a83a884c75e6659122574b94f8d999fe0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:00:15 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac15a0d..5b5bd42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ requires-python = '>=3.8' dev = ["pre-commit>=2.12.1"] #docs = ["jupyter-book>=0.13.1",] -tests = ["pytest==8.3.5", "pytest-cov==6.1.1", "types-requests"] +tests = ["pytest==8.4.0", "pytest-cov==6.1.1", "types-requests"] [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index 68d5a3e..be2c981 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==8.3.5 +pytest==8.4.0 pytest-cov==6.1.1 coverage==7.9.1 mypy==1.15.0