From 021e1c122cf4ca2357dbe4addb2355646c182bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:07:05 +0200 Subject: [PATCH] build(deps-dev): bump pytest-randomly from 3.12.0 to 3.13.0 (#2567) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8beef51e..43c74ceb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1912,13 +1912,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[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] @@ -2772,4 +2772,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "79612595d899eebc1b456fb4e4929280d41f536b6647af416bbfc64bc8042336" +content-hash = "70f4f6d7f82d83ef5d41929c4b83d1e1cab1ecfbf2b670485d85a8d4c9e7ef71" diff --git a/pyproject.toml b/pyproject.toml index c375941b..bff002b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ moto = "4.1.12" openapi-spec-validator = "0.5.7" pylint = "2.17.4" pytest = "7.4.0" -pytest-randomly = "3.12.0" +pytest-randomly = "3.13.0" pytest-xdist = "3.3.1" safety = "2.3.5" sure = "2.0.1"