chore(deps-dev): bump hypothesis from 6.68.0 to 6.68.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.68.0 to 6.68.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.68.0...hypothesis-python-6.68.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-02-13 03:31:16 +00:00 committed by GitHub
parent 7cd0fb5295
commit 0c05f27771
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

@ -891,14 +891,14 @@ gitdb = ">=4.0.1,<5"
[[package]]
name = "hypothesis"
version = "6.68.0"
version = "6.68.1"
description = "A library for property-based testing"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "hypothesis-6.68.0-py3-none-any.whl", hash = "sha256:064a5bf7a98cbdfa3589d8934a2c548524c6d108bfa368ec5ed8b09caa526108"},
{file = "hypothesis-6.68.0.tar.gz", hash = "sha256:8cfa1de15271debb2750545a460e58e3e84527d94157f38ab9309826953572f3"},
{file = "hypothesis-6.68.1-py3-none-any.whl", hash = "sha256:3ff6076920e61d4e6362e93edaf09be3034ea7e39e3a75e731d4d1c525dafd84"},
{file = "hypothesis-6.68.1.tar.gz", hash = "sha256:b37bd77b4b7f404a59ff965e24be8aec4209323866e34ececdf416522c6d0854"},
]
[package.dependencies]
@ -2311,4 +2311,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "caa827c80e34ad62d4c277f801a5ae00d76671843acc92f8fd27521b651e7d24"
content-hash = "837858bb3a5b86ef49df6bac36fe86e7618628fc4b9f98f65c7278cff3704457"

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.68.0"
hypothesis = "^6.68.1"
doc8 = "^0.11.2"