mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Merge pull request #389 from jazzband/dependabot/pip/hypothesis-6.82.0
chore(deps-dev): bump hypothesis from 6.81.1 to 6.82.0
This commit is contained in:
commit
643a959342
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.81.1"
|
||||
version = "6.82.0"
|
||||
description = "A library for property-based testing"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "hypothesis-6.81.1-py3-none-any.whl", hash = "sha256:f370dc76c2c036298e345dc207ec80f2ce695f95166a5d358988464b34a53e0f"},
|
||||
{file = "hypothesis-6.81.1.tar.gz", hash = "sha256:89c1afad5000a1cc89409fff4187e6118816a6cac80195c8c719efda14a8ce52"},
|
||||
{file = "hypothesis-6.82.0-py3-none-any.whl", hash = "sha256:fa8eee429b99f7d3c953fb2b57de415fd39b472b09328b86c1978f12669ef395"},
|
||||
{file = "hypothesis-6.82.0.tar.gz", hash = "sha256:ffece8e40a34329e7112f7408f2c45fe587761978fdbc6f4f91bf0d683a7d4d9"},
|
||||
]
|
||||
|
||||
[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 = "3b2d68784a097e5d880e4d4be0478bf57fa808e1ac1e0031f9686ad034255ba0"
|
||||
content-hash = "60caf136d9228744282df47aba16b529871f32c3f5bd5a7d67e5abc1d1b62699"
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ pytest-cov = "^4.1"
|
|||
pytest-randomly = "^3.13"
|
||||
pytest-pythonpath = "^0.7.4"
|
||||
pytest-django = "^4.5.2"
|
||||
hypothesis = "^6.81.1"
|
||||
hypothesis = "^6.82.0"
|
||||
|
||||
doc8 = "^0.11.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue