From b3bebde5b816fb1c7ac247e07d231eddb37ee229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:59:01 +0000 Subject: [PATCH] build(deps-dev): bump hypothesis from 6.84.0 to 6.87.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.84.0 to 6.87.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.84.0...hypothesis-python-6.87.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d245581..332635e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -345,13 +345,13 @@ testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-co [[package]] name = "hypothesis" -version = "6.84.0" +version = "6.87.1" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.84.0-py3-none-any.whl", hash = "sha256:d91a48fd896666d9ab04590bdd840eb97c8a04db16d7dd6c79a47df8ed412a79"}, - {file = "hypothesis-6.84.0.tar.gz", hash = "sha256:446ecc9665a23fc67a6d32bafbe4233d77fef10eb90d4ede8ab1e76474a63215"}, + {file = "hypothesis-6.87.1-py3-none-any.whl", hash = "sha256:6b03e774d7ddddc29810e58ba4c41b5c9a894427aaf336e6400c560655a7449b"}, + {file = "hypothesis-6.87.1.tar.gz", hash = "sha256:13615a8f7fa27d102c43ab2f92eaef519988700f3ca8129bc6340d36dec372dd"}, ] [package.dependencies] @@ -1061,4 +1061,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "24aaca5a8291e32f7bfb41302409d091b767224ee20212da1eb33b8d19377a2b" +content-hash = "cf6d45708904502b68e7b87f6baca8cee7dd68928f48df87b37268c68fa187c5" diff --git a/pyproject.toml b/pyproject.toml index 71c0d70..8fbd0c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pytest-mypy = "^0.10.3" pydocstyle = "^6.3.0" pytest-pydocstyle = "^2.3.2" pyenchant = "^3.2.2" -hypothesis = "^6.84.0" +hypothesis = "^6.87.1" [tool.poetry.group.dev.dependencies] pytest-pylint = {git = "https://github.com/carsongee/pytest-pylint.git", rev = "804add7"}