From 0b976fe18ecc8ad9f681bbbb05b6c4db9ebde6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:14:17 +0000 Subject: [PATCH] Update pytest requirement from ~=8.3.3 to >=8.3.3,<8.5.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/8.3.3...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 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 d67ec4c..49b93c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ [dependency-groups] dev = [ "pre-commit~=3.8.0", - "pytest~=8.3.3", + "pytest>=8.3.3,<8.5.0", "pytest-cov~=5.0.0", "python-dotenv~=1.0.1", "pytest-asyncio~=0.24.0",