diff --git a/poetry.lock b/poetry.lock index 87159a1..1932d4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "anyio" @@ -989,13 +989,13 @@ test = ["pytest", "requests", "werkzeug (<2.1.0)"] [[package]] name = "pytest-randomly" -version = "3.12.0" +version = "3.15.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.15.0-py3-none-any.whl", hash = "sha256:0516f4344b29f4e9cdae8bce31c4aeebf59d0b9ef05927c33354ff3859eeeca6"}, + {file = "pytest_randomly-3.15.0.tar.gz", hash = "sha256:b908529648667ba5e54723088edd6f82252f540cc340d748d1fa985539687047"}, ] [package.dependencies] @@ -1302,4 +1302,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "10f24cf7314f98ff2eadee144299a9ce531a2f98c306d94d0427a9c111e05513" +content-hash = "72eed897e70af3717b11112a3556059c1961ac1c7b0d6ecb53ab8510c5ad7855" diff --git a/pyproject.toml b/pyproject.toml index 17de8c3..68ef854 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest = ">=6.2.5" [tool.poetry.dev-dependencies] coverage = "^7.0" pytest-httpbin = "^2.0.0" -pytest-randomly = "^3.5.0" +pytest-randomly = "^3.15.0" requests = "^2.26.0" starlette = "^0.29.0" httpx = "^0.25.0"