From fe8192b788a59de874f479eb2c7c2146c03e67ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 02:51:29 +0000 Subject: [PATCH] Bump hypothesis from 6.84.1 to 6.84.2 in /{{cookiecutter.project_name}} Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.84.1 to 6.84.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.84.1...hypothesis-python-6.84.2) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_name}}/poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.project_name}}/poetry.lock b/{{cookiecutter.project_name}}/poetry.lock index 87e02fc0..7c55ade4 100644 --- a/{{cookiecutter.project_name}}/poetry.lock +++ b/{{cookiecutter.project_name}}/poetry.lock @@ -1382,13 +1382,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.84.1" +version = "6.84.2" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.84.1-py3-none-any.whl", hash = "sha256:335a15c07bb1b4a94950e69ccb2089b0b7b5424ba2f537e01dc6185932233ba2"}, - {file = "hypothesis-6.84.1.tar.gz", hash = "sha256:65b8309f70ef373cc405a1663176804038144a1c7e9296f7077c50f3b4e3ccd5"}, + {file = "hypothesis-6.84.2-py3-none-any.whl", hash = "sha256:b79209f2e0adf5a48d49467548a6c7e831ec100674e7aa611a444815d8d9e0dd"}, + {file = "hypothesis-6.84.2.tar.gz", hash = "sha256:82c7d4b696d211a8edd04dddd1077f13090b10263fee09648f7da389b749f7b0"}, ] [package.dependencies]