Bump hypothesis from 6.138.17 to 6.139.1 (#1981)

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.139.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-18 13:14:17 -04:00
committed by GitHub
parent 8feecfea55
commit ec29aba765
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1989,14 +1989,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "hypothesis" name = "hypothesis"
version = "6.138.17" version = "6.139.2"
description = "A library for property-based testing" description = "A library for property-based testing"
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "hypothesis-6.138.17-py3-none-any.whl", hash = "sha256:b2cf91f1926445cf4d44f5ec9a955c7f637f93e34247ac04e4fb44d010141c85"}, {file = "hypothesis-6.139.2-py3-none-any.whl", hash = "sha256:6f466780b7d1db074fb473af14e3111a5dd4fe36c47fcd776cd7c480ae0a02f2"},
{file = "hypothesis-6.138.17.tar.gz", hash = "sha256:2419eef387211c63bed091938cf17fa909898f064d320e996bcd90383f5ce3c6"}, {file = "hypothesis-6.139.2.tar.gz", hash = "sha256:2dc2ff36ea977a9cb7fb68f24a5dbf5d673b88a2e502212676eafe09b699f511"},
] ]
[package.dependencies] [package.dependencies]
@@ -5714,4 +5714,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "2f32ef10c2b09d92f5aa65877503c2016c910cc9ac4fc3e1231edbb9662f9680" content-hash = "d6d200f988790f20466b844747590794b3175b9fc806621bb9a8db03a8b14867"

View File

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