build(deps-dev): bump the pytest group across 1 directory with 4 updates

Bumps the pytest group with 4 updates in the / directory: [hypothesis](https://github.com/HypothesisWorks/hypothesis), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest](https://github.com/pytest-dev/pytest).


Updates `hypothesis` from 6.130.6 to 6.165.8
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.130.6...v6.165.8)

Updates `pytest-asyncio` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.2.0...v1.4.0)

Updates `pytest-cov` from 7.0.0 to 7.1.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0)

Updates `pytest` from 8.4.2 to 9.1.1
- [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.4.2...9.1.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.151.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pytest
- dependency-name: pytest-asyncio
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pytest
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-08-21 20:16:05 +00:00 committed by GitHub
parent 3f5265c17a
commit 59dbdfa759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,16 +62,16 @@ dependencies = [
[dependency-groups]
dev = [
"click==8.4.2",
"hypothesis==6.130.6",
"hypothesis==6.165.8",
"maturin==1.14.1",
"pdoc==16.0.0",
"pyinstaller==6.22.0",
"pyinstaller-hooks-contrib==2026.6",
"pytest-asyncio==1.2.0",
"pytest-cov==7.0.0",
"pytest-asyncio==1.4.0",
"pytest-cov==7.1.0",
"pytest-timeout==2.4.0",
"pytest-xdist==3.8.0",
"pytest==8.4.2",
"pytest==9.1.1",
"requests==2.33.1",
"wheel==0.48.0",
"build==1.4.3",