mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Merge pull request #384 from jazzband/dependabot/pip/hypothesis-6.80.1
chore(deps-dev): bump hypothesis from 6.80.0 to 6.80.1
This commit is contained in:
commit
ed7af1bf11
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue