From f4db0db841e34744fb828e347ae39a1b7fbaf507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 15:16:25 -0700 Subject: [PATCH] Bump pytest from 8.1.1 to 8.2.0 (#185) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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.1.1...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af111103..95396ca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ strict = [ "mp-pyrho==0.4.4", ] -tests = ["pytest==8.1.1", "pytest-cov==4.1.0", "nbmake==1.5.3"] +tests = ["pytest==8.2.0", "pytest-cov==4.1.0", "nbmake==1.5.3"] [tool.setuptools.dynamic] readme = { file = ["README.md"] }