From d723878e6a000fb50adbd8bde165b12344631e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:53:09 +0000 Subject: [PATCH] Bump pytest-order from 1.2.0 to 1.2.1 Bumps [pytest-order](https://github.com/pytest-dev/pytest-order) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/pytest-dev/pytest-order/releases) - [Changelog](https://github.com/pytest-dev/pytest-order/blob/main/CHANGELOG.md) - [Commits](https://github.com/pytest-dev/pytest-order/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: pytest-order dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ad63d45..04d42fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1469,13 +1469,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-order" -version = "1.2.0" +version = "1.2.1" description = "pytest plugin to run your tests in a specific order" optional = false python-versions = ">=3.6" files = [ - {file = "pytest-order-1.2.0.tar.gz", hash = "sha256:944f86b6d441aa7b1da80f801c6ab65b84bbeba472d0a7a12eb43ba26650101a"}, - {file = "pytest_order-1.2.0-py3-none-any.whl", hash = "sha256:9d65c3b6dc6d6ee984d6ae2c6c4aa4f1331e5b915116219075c888c8bcbb93b8"}, + {file = "pytest-order-1.2.1.tar.gz", hash = "sha256:4451bd8821ba4fa2109455a2fcc882af60ef8e53e09d244d67674be08f56eac3"}, + {file = "pytest_order-1.2.1-py3-none-any.whl", hash = "sha256:c3082fc73f9ddcf13e4a22dda9bbcc2f39865bf537438a1d50fa241e028dd743"}, ] [package.dependencies] @@ -2480,4 +2480,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "aab03d8970d658a6c91f99331bc352e721a5f6ef5fb84089806aff00a2293707" +content-hash = "cb8a400486ccd029346afdd6b3481579f9b839177fa6fcf294ff1503da353493" diff --git a/pyproject.toml b/pyproject.toml index fb4b8b9..fe438ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest-asyncio = "0.21.1" pytest-cov = "^5.0.0" pytest-env = "^1.1.3" pytest-mock = "^3.14.0" -pytest-order = "^1.2.0" +pytest-order = "^1.2.1" pytest-randomly = "^3.15.0" pytest-reverse = "^1.7.0" pytest-sugar = "^1.0.0"