chore(deps-dev): bump hypothesis from 6.80.0 to 6.80.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-07 02:52:08 +00:00 committed by GitHub
parent a576fc8b68
commit 0acc6fc926
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.80.0"
version = "6.80.1"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.8"
files = [
{file = "hypothesis-6.80.0-py3-none-any.whl", hash = "sha256:63dc6b094b52da6180ca50edd63bf08184bc96810f8624fdbe66578aaf377993"},
{file = "hypothesis-6.80.0.tar.gz", hash = "sha256:75d74da36fd3837b5b3fe15211dabc7389e78d882bf2c91bab2184ccf91fe64c"},
{file = "hypothesis-6.80.1-py3-none-any.whl", hash = "sha256:a9b889f60e5804e3bba708dee471e3c4b190c6387d9cb74c7472b4a7d32377fb"},
{file = "hypothesis-6.80.1.tar.gz", hash = "sha256:dbc8ab5881224bf85b242fa08488faf8693b2d2b92ef2af9b21f43e0124365a1"},
]
[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 = "761ad018964ce1f114f18e900759c539bebd0aaac4414121ca3627e01fb69177"
content-hash = "17980d7c8113121983c95386c9fa0a1345b1b7416f4d58025a00f82a5c43ecd5"

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.80.0"
hypothesis = "^6.80.1"
doc8 = "^0.11.2"