From 3b163582aca66def1282f4d489539485323d3a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:22:54 +0000 Subject: [PATCH] Bump pytest from 7.1.2 to 7.4.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.4.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/7.1.2...7.4.4) --- updated-dependencies: - dependency-name: pytest 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 67ed090..a53dd06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = ["pre-commit>=2.12.1"] #docs = ["jupyter-book>=0.13.1",] -tests = ["pytest==7.4.2", "pytest-cov==4.1.0"] +tests = ["pytest==7.4.4", "pytest-cov==4.1.0"] [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index 0aeee9c..13140c7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==7.1.2 +pytest==7.4.4 pytest-cov==4.1.0 coverage==7.4.0 mypy==0.950