chore(deps-dev): bump hypothesis from 6.70.2 to 6.72.0

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

---
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-04-17 03:03:30 +00:00 committed by GitHub
parent 891b257a50
commit 30112dc805
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

@ -879,14 +879,14 @@ gitdb = ">=4.0.1,<5"
[[package]]
name = "hypothesis"
version = "6.70.2"
version = "6.72.0"
description = "A library for property-based testing"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "hypothesis-6.70.2-py3-none-any.whl", hash = "sha256:91869c4a29a04e812f677ded7e692c7e37514239e9137d21e3567fa4e1348c02"},
{file = "hypothesis-6.70.2.tar.gz", hash = "sha256:a8d1d96ae2214f8ca4b8109d555df08e1eb5c31dd7e3995e53413c7094f74dcc"},
{file = "hypothesis-6.72.0-py3-none-any.whl", hash = "sha256:12d2a7d72eed477701f66ca48e5b212ea49e2e57ad63903d9bc36f08a5ca2bdb"},
{file = "hypothesis-6.72.0.tar.gz", hash = "sha256:1fb102fe1fdf5c00206507e2719ddfa118d84cf4b9799ef5c28e4aff020964e0"},
]
[package.dependencies]
@ -2301,4 +2301,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "4bb63b596bc23c686f642ea9f1cb4b5193fbc6fcc8f1d48f5b45c7dbc39648e3"
content-hash = "61448e5e7d7e3d1de1d522fe49cfb2b5528130c8d80a1599c35c9446cba5578c"

View file

@ -80,7 +80,7 @@ pytest-cov = "^4.0"
pytest-randomly = "^3.12"
pytest-pythonpath = "^0.7.4"
pytest-django = "^4.5.2"
hypothesis = "^6.70.2"
hypothesis = "^6.72.0"
doc8 = "^0.11.2"