From 818ded9907fafb46d25957e04c3f816228bd75e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 06:58:51 -0800 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.65.0 to 6.65.1 (#305) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.65.0 to 6.65.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.65.0...hypothesis-python-6.65.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 670e09c..2c825c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -799,14 +799,14 @@ typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\"" [[package]] name = "hypothesis" -version = "6.65.0" +version = "6.65.1" description = "A library for property-based testing" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.65.0-py3-none-any.whl", hash = "sha256:24e3219b0b181414c06bb7a62649a6edb471f148d25c9c9687f47505b0f50b1c"}, - {file = "hypothesis-6.65.0.tar.gz", hash = "sha256:d25914dd4008b0292d116ac315f01f6691c5460c494a0291c01d96f4bc17fe68"}, + {file = "hypothesis-6.65.1-py3-none-any.whl", hash = "sha256:4b7ae16db09151d17e5feebea07f4f84693cc1573c25e280bc92e619df24182b"}, + {file = "hypothesis-6.65.1.tar.gz", hash = "sha256:fb9757f4b556fc73c2eaa2c1b7d39d0184c75e4cb77dadaf6fa59373838bd629"}, ] [package.dependencies] @@ -2262,4 +2262,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "254ac51085729207f010d58f8917702be2c8ef295a93b92f9aed47dc033270ab" +content-hash = "b82df29d40bceac0ba42b74aa1e45590e1365817112323d4d6e362b8bdace1aa" diff --git a/pyproject.toml b/pyproject.toml index 7d8dee1..95e8552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ pytest-cov = "^4.0" pytest-randomly = "^3.12" pytest-pythonpath = "^0.7.4" pytest-django = "^4.5.2" -hypothesis = "^6.65.0" +hypothesis = "^6.65.1" doc8 = "^0.11.2"