chore(deps-dev): bump pytest-randomly from 3.12.0 to 3.13.0

Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.12.0 to 3.13.0.
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-randomly/compare/3.12.0...3.13.0)

---
updated-dependencies:
- dependency-name: pytest-randomly
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-14 02:44:54 +00:00 committed by GitHub
parent f18e2d5c99
commit d5e6998b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -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"

View file

@ -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"