From 9ce298081ed43817bb9e4aca9b679028d06c80c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 02:22:01 +0000 Subject: [PATCH] Bump pytest from 7.1.3 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.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/7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4bd7e05..06b00eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ strict = [ "m3gnet==0.1.0", ] with_m3gnet = ["m3gnet==0.1.0"] -tests = ["pytest==7.1.3", "pytest-cov==4.0.0"] +tests = ["pytest==7.2.0", "pytest-cov==4.0.0"] [tool.coverage.run] include = ["src/*"]