Merge pull request #379 from jazzband/dependabot/pip/hypothesis-6.79.3

chore(deps-dev): bump hypothesis from 6.79.2 to 6.79.3
This commit is contained in:
Mike 2023-06-26 20:03:43 -07:00 committed by GitHub
commit fbe4b86cb0
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.79.2"
version = "6.79.3"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.7"
files = [
{file = "hypothesis-6.79.2-py3-none-any.whl", hash = "sha256:564d9860ed5e09b0434b7bafea392b0da8f67131190202c6002e58c2c96b7596"},
{file = "hypothesis-6.79.2.tar.gz", hash = "sha256:51fb2259489dc446d3edc04cbc8ebd5848d7d3f238121183bee5449b91f7a8d8"},
{file = "hypothesis-6.79.3-py3-none-any.whl", hash = "sha256:245bed0fcf7612caa0ca1ecaa5c1e3a7100bbf9fd0fe4a24bdd9e46249b2774f"},
{file = "hypothesis-6.79.3.tar.gz", hash = "sha256:69b55ee1dae2c7edd214e273a977d0dfba542946a211c9ef1f958743b49e430e"},
]
[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 = "90ef7f79ac158d1eab43a4c21a0ee02f23492b58ae03aa312ee9e316b44d1178"
content-hash = "cc232852ef587dc72ec65e1727f92f6b42621e666a435d4b49d92b7e3dc3e464"

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.79.2"
hypothesis = "^6.79.3"
doc8 = "^0.11.2"