chore(deps-dev): bump hypothesis from 6.78.3 to 6.79.2

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.78.3 to 6.79.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.78.3...hypothesis-python-6.79.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-26 00:14:28 +00:00 committed by GitHub
parent 7b3f9ffde0
commit d982bdf1bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -833,13 +833,13 @@ gitdb = ">=4.0.1,<5"
[[package]]
name = "hypothesis"
version = "6.78.3"
version = "6.79.2"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.7"
files = [
{file = "hypothesis-6.78.3-py3-none-any.whl", hash = "sha256:6a853db06edca9867043cf6c14e5dff0e9ba8a7ad87b63d880016ca8469f42ba"},
{file = "hypothesis-6.78.3.tar.gz", hash = "sha256:e14ee83db4d2008d790b1d90cb80c5cee10b86c8babcee4c12585e068b682f4b"},
{file = "hypothesis-6.79.2-py3-none-any.whl", hash = "sha256:564d9860ed5e09b0434b7bafea392b0da8f67131190202c6002e58c2c96b7596"},
{file = "hypothesis-6.79.2.tar.gz", hash = "sha256:51fb2259489dc446d3edc04cbc8ebd5848d7d3f238121183bee5449b91f7a8d8"},
]
[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 = "6cd575d8b7e0a5fb9564e0c0dae680f550d70f82b08759d1a5dec3376a89ff45"
content-hash = "90ef7f79ac158d1eab43a4c21a0ee02f23492b58ae03aa312ee9e316b44d1178"

View file

@ -80,7 +80,7 @@ pytest-cov = "^4.1"
pytest-randomly = "^3.12"
pytest-pythonpath = "^0.7.4"
pytest-django = "^4.5.2"
hypothesis = "^6.78.3"
hypothesis = "^6.79.2"
doc8 = "^0.11.2"