From ae6da6120bc9f95c1de8c0aedd8466d3c90f032f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:55:42 +0000 Subject: [PATCH] Bump pytest from 8.3.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 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.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db3d862..08995f1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ dev_dependencies = [ "pylint==3.2.6", - "pytest==8.3.2", + "pytest==8.3.3", "pytest-asyncio==0.23.8", "pytest-monitor==1.6.6; sys_platform == 'linux'", "pytest-xdist==3.6.1",