From 5ee96f81fb540f42a74582c88a1a351656f74acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:14:52 +0000 Subject: [PATCH] Bump the pytest group with 2 updates (#7289) Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `hypothesis` to 6.116.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.116.0) Updates `pytest-cov` to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production dependency-group: pytest - dependency-name: pytest-cov dependency-type: direct:production dependency-group: pytest ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4100ce81a..d60cd1136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,12 +64,12 @@ dependencies = [ [project.optional-dependencies] dev = [ "click>=7.0,<=8.1.7", - "hypothesis>=6.104.2,<=6.112.2", + "hypothesis>=6.104.2,<=6.116.0", "pdoc>=14.5.1,<=15.0.0", "pyinstaller==6.11.0", "pyinstaller-hooks-contrib==2024.9", "pytest-asyncio>=0.23.6,<=0.24.0", - "pytest-cov>=5.0.0,<=5.0.0", + "pytest-cov>=5.0.0,<=6.0.0", "pytest-timeout>=2.3.1,<=2.3.1", "pytest-xdist>=3.5.0,<=3.6.1", "pytest>=8.2.2,<=8.3.3",