Bump hypothesis from 6.100.4 to 6.101.0 (#2777)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.100.4 to 6.101.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.4...hypothesis-python-6.101.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-05-13 17:36:15 -04:00
committed by GitHub
parent 5f866ca451
commit 4fb0940d42
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -167,13 +167,13 @@ files = [
[[package]]
name = "hypothesis"
version = "6.100.4"
version = "6.101.0"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.8"
files = [
{file = "hypothesis-6.100.4-py3-none-any.whl", hash = "sha256:f1909d4702d21be55720bbbc58e0b42172e14bf712a8ecbab00ad6ae209a5ec9"},
{file = "hypothesis-6.100.4.tar.gz", hash = "sha256:f6858353a5fae943cae149cc618b9f2b261143df9d8d792cf1065a1b289bbb24"},
{file = "hypothesis-6.101.0-py3-none-any.whl", hash = "sha256:3aeeda59bc7878aa2ad066f71925ab9296a148f7fb7d5395a47795035283dec2"},
{file = "hypothesis-6.101.0.tar.gz", hash = "sha256:b43242fc2b672b26c81688876976c1c2cc44116050ca12f60eb2671b75eacd45"},
]
[package.dependencies]
@@ -829,4 +829,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "15e6a8421fccd27fb067a2f5cdbc396bc393279afffc304720b04e4bb8d681cc"
content-hash = "f0a58c44dfbc0f1b5a7eedf7005569829a760a9bec8d27457e4eeb0c02a9a5f1"
+1 -1
View File
@@ -13,7 +13,7 @@ requests = "^2.31.0"
ruamel-yaml = "^0.18.6"
pydantic = "^2.7.0"
typer = "^0.12.3"
hypothesis = "^6.100.4"
hypothesis = "^6.101.0"
pytest = "^8.2.0"