Bump hypothesis from 6.139.2 to 6.140.1 (#1988)

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.140.1
  dependency-type: direct:development
  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]
2025-09-23 15:53:27 -04:00
committed by GitHub
parent f07eb8f91c
commit 977187d066
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand.
[[package]]
name = "aiohappyeyeballs"
@@ -1989,14 +1989,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "hypothesis"
version = "6.139.2"
version = "6.140.1"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "hypothesis-6.139.2-py3-none-any.whl", hash = "sha256:6f466780b7d1db074fb473af14e3111a5dd4fe36c47fcd776cd7c480ae0a02f2"},
{file = "hypothesis-6.139.2.tar.gz", hash = "sha256:2dc2ff36ea977a9cb7fb68f24a5dbf5d673b88a2e502212676eafe09b699f511"},
{file = "hypothesis-6.140.1-py3-none-any.whl", hash = "sha256:115bf49d056409cd1bd9778f25a27ec824ad1c50d3584210cb5c598645fae9ca"},
{file = "hypothesis-6.140.1.tar.gz", hash = "sha256:26fc31b1e39d6cd1e1a96fa0e692d2b74ce5c4fd8002a14e98d04f1fa39569fb"},
]
[package.dependencies]
@@ -5714,4 +5714,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "37aabad605c2a21ebd1dce07e4d989e870b83d4ce2ea4ce594a162fba359c7c0"
content-hash = "c99da85e23f49def045bd5afa91e75a8f3652dbe94012ff5d4b0bfe49f8ea8b1"

View File

@@ -93,7 +93,7 @@ exceptiongroup = "==1.3.0"
flake8 = "^7.3.0"
flake8-bugbear = "^24.12.12"
freezegun = "^1.5.5"
hypothesis = "^6.139.2"
hypothesis = "^6.140.1"
honcho = "*"
isort = "^6.0.1"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}