Bump hypothesis from 6.122.1 to 6.122.3 (#3013)

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

---
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-12-10 17:56:34 -05:00
committed by GitHub
parent 8ac5c4f846
commit 40e609a607
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -167,13 +167,13 @@ files = [
[[package]]
name = "hypothesis"
version = "6.122.1"
version = "6.122.3"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.9"
files = [
{file = "hypothesis-6.122.1-py3-none-any.whl", hash = "sha256:59e52da0f2529b40f0b7bd0c3c61d8b3fe3337102800bf3534c53d4a8bdf8a6d"},
{file = "hypothesis-6.122.1.tar.gz", hash = "sha256:23280e802eef88316b02cb32205d74b5bf2e3de4a378e2579a8974117c512b83"},
{file = "hypothesis-6.122.3-py3-none-any.whl", hash = "sha256:f0f57036d3b95b979491602b32c95b6725c3af678cccb6165d8de330857f3c83"},
{file = "hypothesis-6.122.3.tar.gz", hash = "sha256:f4c927ce0ec739fa6266e4572949d0b54e24a14601a2bc5fec8f78e16af57918"},
]
[package.dependencies]
@@ -845,4 +845,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "926b876e77ff59d12fc55c9b716d93abfdd11bcb2691ab75db133390db91eeaf"
content-hash = "d335057b4fc0d837615f962955ccf027250cba5a9ffeb46264913b178b6a2aa1"
+1 -1
View File
@@ -13,7 +13,7 @@ requests = "^2.32.3"
ruamel-yaml = "^0.18.6"
pydantic = "^2.9.2"
typer = "^0.14.0"
hypothesis = "^6.122.1"
hypothesis = "^6.122.3"
pytest = "^8.3.4"