From 369a1fb51d230d930df7b7469f924ed84a3da52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 23:54:50 +0000 Subject: [PATCH] build(deps-dev): bump hypothesis from 6.81.2 to 6.82.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.81.2 to 6.82.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.81.2...hypothesis-python-6.82.0) --- 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 3468150..1a9af4b 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.81.2" +version = "6.82.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.81.2-py3-none-any.whl", hash = "sha256:4dafc0d3fc0e802ee5fa863e05e2cde54b9336e300d6c46f4e78b23b00cfa67a"}, - {file = "hypothesis-6.81.2.tar.gz", hash = "sha256:e35165a73064370d30d476d7218f600d2bf861ff218192c9e994cb36aa190ae7"}, + {file = "hypothesis-6.82.0-py3-none-any.whl", hash = "sha256:fa8eee429b99f7d3c953fb2b57de415fd39b472b09328b86c1978f12669ef395"}, + {file = "hypothesis-6.82.0.tar.gz", hash = "sha256:ffece8e40a34329e7112f7408f2c45fe587761978fdbc6f4f91bf0d683a7d4d9"}, ] [package.dependencies] @@ -1061,4 +1061,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "bc30f5890ae88419808d66fbb2a7e4dc24d3be53e85fb9f42a156cc67eab28fb" +content-hash = "0e11a7bec7a83c492351fd6dbf8941cbe52936ea93a2c656d473539d1833fc72" diff --git a/pyproject.toml b/pyproject.toml index 4d88c9a..544fc2f 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.81.2" +hypothesis = "^6.82.0" [tool.poetry.group.dev.dependencies] pytest-pylint = {git = "https://github.com/carsongee/pytest-pylint.git", rev = "804add7"}