From 76a655cdee1a9a3506cec58d60343b376b9a8aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:23:09 +0000 Subject: [PATCH] deps:(deps): bump pytest from 7.2.2 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 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/7.2.2...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddb1eaef..6bd5ea33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "invoke==2.1.1", ] test = [ - "pytest==7.2.2", + "pytest==8.3.4", "pytest-cov==3.0.0", "pytest-xdist==3.1.0", "pytest-sugar==0.9.7",