Bump hypothesis from 6.111.2 to 6.112.1 (#2933)

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

---
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-09-16 21:59:26 -04:00
committed by GitHub
parent 144e2f3349
commit dc426a8d55
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.2"
version = "6.112.1"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.8"
files = [
{file = "hypothesis-6.111.2-py3-none-any.whl", hash = "sha256:055e8228958e22178d6077e455fd86a72044d02dac130dbf9c8b31e161b9809c"},
{file = "hypothesis-6.111.2.tar.gz", hash = "sha256:0496ad28c7240ee9ba89fcc7fb1dc74e89f3e40fbcbbb5f73c0091558dec8e6e"},
{file = "hypothesis-6.112.1-py3-none-any.whl", hash = "sha256:93631b1498b20d2c205ed304cbd41d50e9c069d78a9c773c1324ca094c5e30ce"},
{file = "hypothesis-6.112.1.tar.gz", hash = "sha256:b070d7a1bb9bd84706c31885c9aeddc138e2b36a9c112a91984f49501c567856"},
]
[package.dependencies]
@@ -845,4 +845,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "a08926f96e9ebfaaee7af42cfe0da5b8e415c8c95dd2b912e8f9bca606a2bba5"
content-hash = "caf61493b6325b317f88b2ea44e59998f995927d19670ccfd67e920c5e9e1cdc"
+1 -1
View File
@@ -13,7 +13,7 @@ requests = "^2.32.3"
ruamel-yaml = "^0.18.6"
pydantic = "^2.9.1"
typer = "^0.12.5"
hypothesis = "^6.111.2"
hypothesis = "^6.112.1"
pytest = "^8.3.3"