Bump hypothesis from 6.111.0 to 6.111.1 (#2913)

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

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

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-08-24 12:15:44 -06:00
committed by GitHub
parent 2b81bb19e6
commit c2bd690004
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -167,13 +167,13 @@ files = [
[[package]]
name = "hypothesis"
version = "6.111.0"
version = "6.111.1"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.8"
files = [
{file = "hypothesis-6.111.0-py3-none-any.whl", hash = "sha256:7a51f678da3719a04a3ef61cd241384dd93b49f35d7cce22833745c66ac1d507"},
{file = "hypothesis-6.111.0.tar.gz", hash = "sha256:04d0703621d9fdd61c079a4dda07babbe7ebf6d34eee6ad9484a2af0ee721801"},
{file = "hypothesis-6.111.1-py3-none-any.whl", hash = "sha256:9422adbac4b2104f6cf92dc6604b5c9df975efc08ffc7145ecc39bc617243835"},
{file = "hypothesis-6.111.1.tar.gz", hash = "sha256:6ab6185a858fa692bf125c0d0a936134edc318bee01c05e407c71c9ead0b61c5"},
]
[package.dependencies]
@@ -844,4 +844,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "bc7b48c54ab16b1823756b44ab3609e731695017fdf810bd63853c2c0e6783bf"
content-hash = "0ed2537ba207de7035e6f0f90cbd5c6a10a0317ea8352181306a3fa12d9371a4"
+1 -1
View File
@@ -13,7 +13,7 @@ requests = "^2.32.3"
ruamel-yaml = "^0.18.6"
pydantic = "^2.8.2"
typer = "^0.12.3"
hypothesis = "^6.111.0"
hypothesis = "^6.111.1"
pytest = "^8.3.2"