From d05bde1ef2e3876132ba2950e17134f28f421187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 02:59:11 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.79.2 to 6.79.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.79.2 to 6.79.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.79.2...hypothesis-python-6.79.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... 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 d06e96a4..84a3837e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -833,13 +833,13 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.79.2" +version = "6.79.3" description = "A library for property-based testing" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.79.2-py3-none-any.whl", hash = "sha256:564d9860ed5e09b0434b7bafea392b0da8f67131190202c6002e58c2c96b7596"}, - {file = "hypothesis-6.79.2.tar.gz", hash = "sha256:51fb2259489dc446d3edc04cbc8ebd5848d7d3f238121183bee5449b91f7a8d8"}, + {file = "hypothesis-6.79.3-py3-none-any.whl", hash = "sha256:245bed0fcf7612caa0ca1ecaa5c1e3a7100bbf9fd0fe4a24bdd9e46249b2774f"}, + {file = "hypothesis-6.79.3.tar.gz", hash = "sha256:69b55ee1dae2c7edd214e273a977d0dfba542946a211c9ef1f958743b49e430e"}, ] [package.dependencies] @@ -2184,4 +2184,4 @@ docs = ["m2r2", "sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "90ef7f79ac158d1eab43a4c21a0ee02f23492b58ae03aa312ee9e316b44d1178" +content-hash = "cc232852ef587dc72ec65e1727f92f6b42621e666a435d4b49d92b7e3dc3e464" diff --git a/pyproject.toml b/pyproject.toml index 3c82130d..383b7251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ pytest-cov = "^4.1" pytest-randomly = "^3.12" pytest-pythonpath = "^0.7.4" pytest-django = "^4.5.2" -hypothesis = "^6.79.2" +hypothesis = "^6.79.3" doc8 = "^0.11.2"