From 6374a13501b010353cf6fd5628027e94944578e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:23:34 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.142.4 to 6.145.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.142.4 to 6.145.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.142.4...hypothesis-python-6.145.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.145.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index da5fdbd..18e940d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1149,18 +1149,17 @@ colorama = ">=0.4" [[package]] name = "hypothesis" -version = "6.142.4" +version = "6.145.0" description = "A library for property-based testing" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.142.4-py3-none-any.whl", hash = "sha256:25eecc73fadecd8b491aed822204cfe4be9c98ff5c1e8e038d181136ffc54b5b"}, - {file = "hypothesis-6.142.4.tar.gz", hash = "sha256:b3e71a84708994aa910ea47f1483ad892a7c390839959d689b2a2b07ebfd160e"}, + {file = "hypothesis-6.145.0-py3-none-any.whl", hash = "sha256:c9675afc69980ba13da59bbc66cd0760a2440d4c16e8c162fdcf4cc8e5dde562"}, + {file = "hypothesis-6.145.0.tar.gz", hash = "sha256:75946d124cbc3e928bcd0e3e29617a1187bcb37a1381d8cce352515f90e4971b"}, ] [package.dependencies] -attrs = ">=22.2.0" exceptiongroup = {version = ">=1.0.0", markers = "python_version < \"3.11\""} sortedcontainers = ">=2.1.0,<3.0.0" @@ -4136,4 +4135,4 @@ numpy-backend = ["numpy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "4dd2f2cb573c2feb46bfd70087ad0128b0589f93f603847201a045b5c7ed7fb6" +content-hash = "349133489123861b149b2a87b0ea964a2d17d91cee9b1093b6de7ff467abacb8" diff --git a/pyproject.toml b/pyproject.toml index 45e143f..0ef5245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ mypy = "^1.18" black = "^25.9" isort = "^7.0" pre-commit = "^4.3" -hypothesis = "^6.142.4" +hypothesis = "^6.145.0" python-semantic-release = "^10.4.1" pydocstyle = "^6.3" flake8-docstrings = "^1.7"