Merge pull request #380 from jazzband/dependabot/pip/hypothesis-6.80.0

chore(deps-dev): bump hypothesis from 6.79.3 to 6.80.0
This commit is contained in:
Mike 2023-07-02 17:03:22 -07:00 committed by GitHub
commit a576fc8b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View file

@ -833,13 +833,13 @@ gitdb = ">=4.0.1,<5"
[[package]]
name = "hypothesis"
version = "6.79.3"
version = "6.80.0"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "hypothesis-6.79.3-py3-none-any.whl", hash = "sha256:245bed0fcf7612caa0ca1ecaa5c1e3a7100bbf9fd0fe4a24bdd9e46249b2774f"},
{file = "hypothesis-6.79.3.tar.gz", hash = "sha256:69b55ee1dae2c7edd214e273a977d0dfba542946a211c9ef1f958743b49e430e"},
{file = "hypothesis-6.80.0-py3-none-any.whl", hash = "sha256:63dc6b094b52da6180ca50edd63bf08184bc96810f8624fdbe66578aaf377993"},
{file = "hypothesis-6.80.0.tar.gz", hash = "sha256:75d74da36fd3837b5b3fe15211dabc7389e78d882bf2c91bab2184ccf91fe64c"},
]
[package.dependencies]
@ -848,7 +848,7 @@ exceptiongroup = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
sortedcontainers = ">=2.1.0,<3.0.0"
[package.extras]
all = ["backports.zoneinfo (>=0.2.1)", "black (>=19.10b0)", "click (>=7.0)", "django (>=3.2)", "dpcontracts (>=0.4)", "importlib-metadata (>=3.6)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.16.0)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2023.3)"]
all = ["backports.zoneinfo (>=0.2.1)", "black (>=19.10b0)", "click (>=7.0)", "django (>=3.2)", "dpcontracts (>=0.4)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.17.3)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2023.3)"]
cli = ["black (>=19.10b0)", "click (>=7.0)", "rich (>=9.0.0)"]
codemods = ["libcst (>=0.3.16)"]
dateutil = ["python-dateutil (>=1.4)"]
@ -856,7 +856,7 @@ django = ["django (>=3.2)"]
dpcontracts = ["dpcontracts (>=0.4)"]
ghostwriter = ["black (>=19.10b0)"]
lark = ["lark (>=0.10.1)"]
numpy = ["numpy (>=1.16.0)"]
numpy = ["numpy (>=1.17.3)"]
pandas = ["pandas (>=1.1)"]
pytest = ["pytest (>=4.6)"]
pytz = ["pytz (>=2014.1)"]
@ -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 = "cc232852ef587dc72ec65e1727f92f6b42621e666a435d4b49d92b7e3dc3e464"
content-hash = "761ad018964ce1f114f18e900759c539bebd0aaac4414121ca3627e01fb69177"

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.3"
hypothesis = "^6.80.0"
doc8 = "^0.11.2"