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.65.2 to 6.67.1 (#315)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.65.2 to 6.67.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.65.2...hypothesis-python-6.67.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bd52770377
commit
ae5698e9bf
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
|
@ -799,14 +799,14 @@ typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\""
|
|||
|
||||
[[package]]
|
||||
name = "hypothesis"
|
||||
version = "6.65.2"
|
||||
version = "6.67.1"
|
||||
description = "A library for property-based testing"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "hypothesis-6.65.2-py3-none-any.whl", hash = "sha256:26c52473a526b31672d97f88be0b7ac134f0ea180737c71ada2a4d82ad175e92"},
|
||||
{file = "hypothesis-6.65.2.tar.gz", hash = "sha256:821279f05fad38575271be3fdfff1e22232613f3d21b3fc991d735057f9b5b47"},
|
||||
{file = "hypothesis-6.67.1-py3-none-any.whl", hash = "sha256:947839d8b5fd24d9b4d1e41ee10f7285d023f49f3b318519bf110fa9e5f3154e"},
|
||||
{file = "hypothesis-6.67.1.tar.gz", hash = "sha256:7abb4361d796ae6432d1c0b22a514210a2a19cb0d85efca8463e619a80f3132c"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -2262,4 +2262,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "e53d8acf493064b9992ac3836fc057624d2b6c85f33d8a2b1653ea69c1dcafb7"
|
||||
content-hash = "1309110e5536da61a83068ba925e4a98deda6716aa5341d3198be1bebd5870f5"
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ pytest-cov = "^4.0"
|
|||
pytest-randomly = "^3.12"
|
||||
pytest-pythonpath = "^0.7.4"
|
||||
pytest-django = "^4.5.2"
|
||||
hypothesis = "^6.65.2"
|
||||
hypothesis = "^6.67.1"
|
||||
|
||||
doc8 = "^0.11.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue