From a776536d2876c395ca8106896ef4ebe9445d4a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 06:09:29 +0000 Subject: [PATCH] build(deps): Bump pytest from 7.1.2 to 8.3.4 (#449) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.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.1.2...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bodong Yang <86948717+Bodong-Yang@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e53063b6..b62a7a683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ optional-dependencies.dev = [ "black", "coverage", - "pytest==7.1.2", + "pytest==8.3.4", "pytest-asyncio==0.23.8", "pytest-mock==3.14", "requests-mock",