mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
build(deps-dev): bump pytest-randomly from 3.12.0 to 3.13.0 (#2567)
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:
10
poetry.lock
generated
10
poetry.lock
generated
@@ -1912,13 +1912,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest-randomly"
|
name = "pytest-randomly"
|
||||||
version = "3.12.0"
|
version = "3.13.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.7"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "pytest-randomly-3.12.0.tar.gz", hash = "sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2"},
|
{file = "pytest_randomly-3.13.0-py3-none-any.whl", hash = "sha256:e78d898ef4066f89744e5075083aa7fb6f0de07ffd70ca9c4435cda590cf1eac"},
|
||||||
{file = "pytest_randomly-3.12.0-py3-none-any.whl", hash = "sha256:f4f2e803daf5d1ba036cc22bf4fe9dbbf99389ec56b00e5cba732fb5c1d07fdd"},
|
{file = "pytest_randomly-3.13.0.tar.gz", hash = "sha256:079c78b94693189879fbd7304de4e147304f0811fa96249ea5619f2f1cd33df0"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -2772,4 +2772,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 = "79612595d899eebc1b456fb4e4929280d41f536b6647af416bbfc64bc8042336"
|
content-hash = "70f4f6d7f82d83ef5d41929c4b83d1e1cab1ecfbf2b670485d85a8d4c9e7ef71"
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ moto = "4.1.12"
|
|||||||
openapi-spec-validator = "0.5.7"
|
openapi-spec-validator = "0.5.7"
|
||||||
pylint = "2.17.4"
|
pylint = "2.17.4"
|
||||||
pytest = "7.4.0"
|
pytest = "7.4.0"
|
||||||
pytest-randomly = "3.12.0"
|
pytest-randomly = "3.13.0"
|
||||||
pytest-xdist = "3.3.1"
|
pytest-xdist = "3.3.1"
|
||||||
safety = "2.3.5"
|
safety = "2.3.5"
|
||||||
sure = "2.0.1"
|
sure = "2.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user