From 0531079d1a803735eb2eeb5067b41980a8f84c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:53:09 +0000 Subject: [PATCH] maint: bump pytest from 8.2.1 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.3.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/8.2.1...8.3.3) --- 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 1390ace..68c4254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "grpcio-health-checking==1.62.2", "grpcio-testing", "six~=1.16", - "pytest==8.2.1", + "pytest==8.3.3", "pytest-cov==5.0.0", ] doc = [