mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Merge pull request #386 from jazzband/dependabot/pip/pytest-randomly-3.13.0
chore(deps-dev): bump pytest-randomly from 3.12.0 to 3.13.0
This commit is contained in:
commit
26d8984fe4
2 changed files with 6 additions and 6 deletions
10
poetry.lock
generated
10
poetry.lock
generated
|
|
@ -1498,13 +1498,13 @@ pytest = ">=2.5.2,<7"
|
|||
|
||||
[[package]]
|
||||
name = "pytest-randomly"
|
||||
version = "3.12.0"
|
||||
version = "3.13.0"
|
||||
description = "Pytest plugin to randomly order tests and control random.seed."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "pytest-randomly-3.12.0.tar.gz", hash = "sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2"},
|
||||
{file = "pytest_randomly-3.12.0-py3-none-any.whl", hash = "sha256:f4f2e803daf5d1ba036cc22bf4fe9dbbf99389ec56b00e5cba732fb5c1d07fdd"},
|
||||
{file = "pytest_randomly-3.13.0-py3-none-any.whl", hash = "sha256:e78d898ef4066f89744e5075083aa7fb6f0de07ffd70ca9c4435cda590cf1eac"},
|
||||
{file = "pytest_randomly-3.13.0.tar.gz", hash = "sha256:079c78b94693189879fbd7304de4e147304f0811fa96249ea5619f2f1cd33df0"},
|
||||
]
|
||||
|
||||
[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 = "a22a491046a33ffb4f16a8d827160587db26262ed9595dd451b863d6f6e785d7"
|
||||
content-hash = "3b2d68784a097e5d880e4d4be0478bf57fa808e1ac1e0031f9686ad034255ba0"
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ safety = "^2.3"
|
|||
|
||||
pytest = "^6.2"
|
||||
pytest-cov = "^4.1"
|
||||
pytest-randomly = "^3.12"
|
||||
pytest-randomly = "^3.13"
|
||||
pytest-pythonpath = "^0.7.4"
|
||||
pytest-django = "^4.5.2"
|
||||
hypothesis = "^6.81.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue