From f0fc8c08aef1827c4c89e2735270aea15e51d51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:32:06 +0000 Subject: [PATCH] Bump pytest from 7.4.0 to 7.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.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...7.4.1) --- 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 c62fcffd..2daa353a 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def read(path: str) -> str: ], "testing": [ "faker==18.3.1", - "pytest==7.4.0", + "pytest==7.4.1", "pytest-aiohttp==0.3.0", "pytest-asyncio==0.21.1", "pytest-xdist==3.3.1", # enables parallel testing