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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-01 23:26:06 +00:00 committed by GitHub
parent 77d1f278e1
commit 16660ca6e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",