mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore(deps-dev): bump hypothesis from 6.75.3 to 6.76.0
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.75.3 to 6.76.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.75.3...hypothesis-python-6.76.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ec664671b8
commit
199c1c83f9
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
|
@ -879,14 +879,14 @@ gitdb = ">=4.0.1,<5"
|
|||
|
||||
[[package]]
|
||||
name = "hypothesis"
|
||||
version = "6.75.3"
|
||||
version = "6.76.0"
|
||||
description = "A library for property-based testing"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "hypothesis-6.75.3-py3-none-any.whl", hash = "sha256:a12bf34c29bd22757d20edf93f95805978ed0ffb8d0b22dbadc890a79dc9baa8"},
|
||||
{file = "hypothesis-6.75.3.tar.gz", hash = "sha256:15cdadb80a7ac59087581624d266a4fb585b5cce9b7f88f506c481a9f0e583f6"},
|
||||
{file = "hypothesis-6.76.0-py3-none-any.whl", hash = "sha256:034f73dd485933b0f4c319d7c3c58230492fdd7b16e821d67d150a78138adb93"},
|
||||
{file = "hypothesis-6.76.0.tar.gz", hash = "sha256:526657eb3e4f2076b0383f722b2e6a92fd15d1d42db532decae8c41b14cab801"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -2307,4 +2307,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "66370fa0e2d01dbd7c803eda91ad3cfd6e6348888bb2db61cef3b3c8acad907d"
|
||||
content-hash = "c8f5410aae4b2b4474849624031fa7cddf4a71ef72a6eb9f86d9f30498b19d22"
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ pytest-cov = "^4.1"
|
|||
pytest-randomly = "^3.12"
|
||||
pytest-pythonpath = "^0.7.4"
|
||||
pytest-django = "^4.5.2"
|
||||
hypothesis = "^6.75.3"
|
||||
hypothesis = "^6.76.0"
|
||||
|
||||
doc8 = "^0.11.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue