From 7ba16c2ae29a826387e14b88bc4384b62254aa0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:50:30 +0100 Subject: [PATCH] MAINT: bump pytest from 7.4.2 to 7.4.3 (#59) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. - [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.4.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SMoraisAnsys <146729917+SMoraisAnsys@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 198aaff063..3e055f0e22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ "pandas==1.3.5; python_version == '3.7'", "pandas==2.0.3; python_version == '3.8'", "pandas==2.1.1; python_version > '3.9'", - "pytest==7.4.2", + "pytest==7.4.3", "pytest-cov==4.1.0", "pytest-xdist==3.3.1", "pyvista==0.38.0; python_version <= '3.7'",