From c69102d7a1b0038dfa7dc5b3f05404f1d4096004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:01:28 +0000 Subject: [PATCH] fix: bump pytest from 7.4.0 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.2.1. - [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.0...8.2.1) --- 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 2339f9e..5deaf27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ dev = [ "check-manifest==0.49", "black==23.3.0", "pre-commit>=2.19.0", - "pytest==7.4.0", + "pytest==8.2.1", "tox==4.6.3", "sphinx<7", "sphinx-rtd-theme"