chore(deps-dev): bump hypothesis from 6.62.1 to 6.64.0 (#302)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-22 19:36:09 -08:00 committed by GitHub
parent 8bd15f52e8
commit a85e808ac6
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

@ -799,14 +799,14 @@ typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\""
[[package]]
name = "hypothesis"
version = "6.62.1"
version = "6.64.0"
description = "A library for property-based testing"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "hypothesis-6.62.1-py3-none-any.whl", hash = "sha256:d00a4a9c54b0b8b4570fe1abe42395807a973b4a507e6718309800e6f84e160d"},
{file = "hypothesis-6.62.1.tar.gz", hash = "sha256:7d1e2f9871e6509662da317adf9b4aabd6b38280fb6c7930aa4f574d2ed25150"},
{file = "hypothesis-6.64.0-py3-none-any.whl", hash = "sha256:5a1617d6b4d1d61079a8cc5bf2d29c1fef6619e1f3e0463e19375ce0e3613048"},
{file = "hypothesis-6.64.0.tar.gz", hash = "sha256:ecae4b94c8f9e5a2faa7d070c2c7aae40f5c0e5ac5860c996c45dee7ee64a378"},
]
[package.dependencies]
@ -2262,4 +2262,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "55eb090eafdf94f8eb329118ee51dc9737ae78a0dbbc0e453dcfe6dcc689c0ad"
content-hash = "29cf9929c82b7f47ca603e81189578a6f0652dbfe62e155f439043b94c9aa1e3"

View file

@ -81,7 +81,7 @@ pytest-cov = "^4.0"
pytest-randomly = "^3.12"
pytest-pythonpath = "^0.7.4"
pytest-django = "^4.5.2"
hypothesis = "^6.62.1"
hypothesis = "^6.64.0"
doc8 = "^0.11.2"