From 2b8a4931a1ca7e47f6b98c9b07685e81c468e2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:56:43 +0000 Subject: [PATCH] Bump pytest from 8.3.3 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... 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 398b31c..404d339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ requires-python = '>=3.8' dev = ["pre-commit>=2.12.1"] #docs = ["jupyter-book>=0.13.1",] -tests = ["pytest==8.3.3", "pytest-cov==6.0.0", "types-requests"] +tests = ["pytest==8.3.4", "pytest-cov==6.0.0", "types-requests"] [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index c3a438d..fe26c05 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==8.3.3 +pytest==8.3.4 pytest-cov==6.0.0 coverage==7.6.7 mypy==1.13.0