From eff4e1ee05a4539c41ead9f5a2542d353c847bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:04:55 +0000 Subject: [PATCH] Update pytest requirement from <8.0.0,>=7.1.3 to >=7.1.3,<9.0.0 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/7.1.3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84ca615..2f1329f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ Homepage = "https://python-ellar.github.io/ellar-sql/" [project.optional-dependencies] test = [ - "pytest >= 7.1.3,<8.0.0", + "pytest >= 7.1.3,< 9.0.0", "pytest-cov >= 2.12.0,<5.0.0", "pytest-asyncio", "aiosqlite",