Update hypothesis requirement from <=6.116.0,>=6.104.2 to >=6.104.2,<=6.119.3 in the pytest group (#7328)

Update hypothesis requirement in the pytest group

Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.

Updates `hypothesis` to 6.119.3
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.119.3)

---
updated-dependencies:
- dependency-name: hypothesis
  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] 2024-11-18 09:23:45 +00:00 committed by GitHub
parent 5266bfd483
commit 0d069552e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"click>=7.0,<=8.1.7", "click>=7.0,<=8.1.7",
"hypothesis>=6.104.2,<=6.116.0", "hypothesis>=6.104.2,<=6.119.3",
"pdoc>=14.5.1,<=15.0.0", "pdoc>=14.5.1,<=15.0.0",
"pyinstaller==6.11.1", "pyinstaller==6.11.1",
"pyinstaller-hooks-contrib==2024.10", "pyinstaller-hooks-contrib==2024.10",