build(deps-dev): bump pytest-randomly from 3.13.0 to 3.15.0 (#2755)

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:
dependabot[bot]
2023-08-22 08:30:07 +02:00
committed by GitHub
parent cb2ef23a29
commit 33dd21897d
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2121,13 +2121,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
[[package]] [[package]]
name = "pytest-randomly" name = "pytest-randomly"
version = "3.13.0" version = "3.15.0"
description = "Pytest plugin to randomly order tests and control random.seed." description = "Pytest plugin to randomly order tests and control random.seed."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "pytest_randomly-3.13.0-py3-none-any.whl", hash = "sha256:e78d898ef4066f89744e5075083aa7fb6f0de07ffd70ca9c4435cda590cf1eac"}, {file = "pytest_randomly-3.15.0-py3-none-any.whl", hash = "sha256:0516f4344b29f4e9cdae8bce31c4aeebf59d0b9ef05927c33354ff3859eeeca6"},
{file = "pytest_randomly-3.13.0.tar.gz", hash = "sha256:079c78b94693189879fbd7304de4e147304f0811fa96249ea5619f2f1cd33df0"}, {file = "pytest_randomly-3.15.0.tar.gz", hash = "sha256:b908529648667ba5e54723088edd6f82252f540cc340d748d1fa985539687047"},
] ]
[package.dependencies] [package.dependencies]
@@ -3114,4 +3114,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "4bf09ee7e3e625bc38629a400cd4bb2982e5b98541f556167b2878096c91a017" content-hash = "6decc742eef7cdfd446ba7479d1145b318036e0c43d9da4e13e2a2caea72f0f6"

View File

@@ -66,7 +66,7 @@ openapi-spec-validator = "0.6.0"
pylint = "2.17.5" pylint = "2.17.5"
pytest = "7.4.0" pytest = "7.4.0"
pytest-cov = "4.1.0" pytest-cov = "4.1.0"
pytest-randomly = "3.13.0" pytest-randomly = "3.15.0"
pytest-xdist = "3.3.1" pytest-xdist = "3.3.1"
safety = "2.3.5" safety = "2.3.5"
vulture = "2.8" vulture = "2.8"