From cc33bafb82a356e0623b26fd0883352c731a70f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:49:42 +0200 Subject: [PATCH] Bump pytest from 7.4.2 to 7.4.3 (#470) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.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/7.4.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6e936c..9c7f8d5 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def readme(): "flake8==6.1.0", "isort==5.12.0", "pytype==2023.10.17", - "pytest==7.4.2", + "pytest==7.4.3", "pytest-cov==4.1.0", "pytest-mock==3.12.0", "pytest-xdist==3.3.1",