From 16660ca6e322df47c372afca7c5204fe91cd0005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:26:06 +0000 Subject: [PATCH] Bump the pytest group with 2 updates (#7525) Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `hypothesis` to 6.124.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.124.9) Updates `pytest-asyncio` to 0.25.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.25.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production dependency-group: pytest - dependency-name: pytest-asyncio 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 a9f78e453..c6507ac80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,11 +60,11 @@ dependencies = [ [project.optional-dependencies] dev = [ "click>=7.0,<=8.1.8", - "hypothesis>=6.104.2,<=6.123.4", + "hypothesis>=6.104.2,<=6.124.9", "pdoc>=14.5.1,<=15.0.1", "pyinstaller==6.11.1", "pyinstaller-hooks-contrib==2025.1", - "pytest-asyncio>=0.23.6,<=0.25.1", + "pytest-asyncio>=0.23.6,<=0.25.3", "pytest-cov>=5.0.0,<=6.0.0", "pytest-timeout>=2.3.1,<=2.3.1", "pytest-xdist>=3.5.0,<=3.6.1",