From d0f25bd0490be0ddc872dee8af01f5f757645be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:59:37 -0700 Subject: [PATCH] Update pytest requirement from <7.4.0,>=5.1.2 to >=5.1.2,<7.5.0 (#289) Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/5.1.2...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a00ef63..2ea3be0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ addopts = --verbose [options.extras_require] test = - pytest>=5.1.2,<7.4.0 + pytest>=5.1.2,<7.5.0 pytest-cov pytest-dependency sourmash>=4.8.0,<5