From 917697126d9e242d95d409122e19f2a0fcd23f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:42:21 +0000 Subject: [PATCH] Bump the pytest group with 2 updates (#7143) 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.111.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.111.2) Updates `pytest-asyncio` to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.24.0) --- 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 0ac709a66..18a3b6168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,11 +64,11 @@ dependencies = [ [project.optional-dependencies] dev = [ "click>=7.0,<=8.1.7", - "hypothesis>=6.104.2,<=6.108.5", + "hypothesis>=6.104.2,<=6.111.2", "pdoc>=14.5.1,<=14.6.0", "pyinstaller==6.10.0", "pyinstaller-hooks-contrib==2024.8", - "pytest-asyncio>=0.23.6,<=0.23.8", + "pytest-asyncio>=0.23.6,<=0.24.0", "pytest-cov>=5.0.0,<=5.0.0", "pytest-timeout>=2.3.1,<=2.3.1", "pytest-xdist>=3.5.0,<=3.6.1",