chore(deps-dev): bump pytest-randomly from 3.10.3 to 3.11.0 (#152)

Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.10.3 to 3.11.0.
- [Release notes](https://github.com/pytest-dev/pytest-randomly/releases)
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/HISTORY.rst)
- [Commits](https://github.com/pytest-dev/pytest-randomly/compare/3.10.3...3.11.0)

---
updated-dependencies:
- dependency-name: pytest-randomly
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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] 2022-01-13 20:10:02 -08:00 committed by GitHub
parent b92f623c87
commit 4003eefb9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -957,11 +957,11 @@ pytest = ">=2.5.2"
[[package]]
name = "pytest-randomly"
version = "3.10.3"
version = "3.11.0"
description = "Pytest plugin to randomly order tests and control random.seed."
category = "dev"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
[package.dependencies]
importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""}
@ -1362,7 +1362,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "efd81fff0e8687510b2d9549b83458ef2bcf69e38c55618bc99f94f2a943509f"
content-hash = "4e62c834df64f56ad4908741654a80705ffae9e7a4b2744e54ead3b408acf563"
[metadata.files]
alabaster = [
@ -1829,8 +1829,8 @@ pytest-pythonpath = [
{file = "pytest-pythonpath-0.7.3.tar.gz", hash = "sha256:63fc546ace7d2c845c1ee289e8f7a6362c2b6bae497d10c716e58e253e801d62"},
]
pytest-randomly = [
{file = "pytest-randomly-3.10.3.tar.gz", hash = "sha256:22154cdcff7ba44e0599596490e6b75278ca973a33812ea6a54bf14d0b042ef1"},
{file = "pytest_randomly-3.10.3-py3-none-any.whl", hash = "sha256:b05a7a45f54cae2b5095752c6a10cb559df84448421b0420ae492dd2fb1727ef"},
{file = "pytest-randomly-3.11.0.tar.gz", hash = "sha256:9f013b8c1923130f3d0a286fde56e1fc52cfb3547b8eedf2765c460cee979c7f"},
{file = "pytest_randomly-3.11.0-py3-none-any.whl", hash = "sha256:a3c680d2b8150cf766311a80a1f92da64c3dd819045cda834fbf1b0ac4891610"},
]
python-slugify = [
{file = "python-slugify-5.0.2.tar.gz", hash = "sha256:f13383a0b9fcbe649a1892b9c8eb4f8eab1d6d84b84bb7a624317afa98159cab"},

View file

@ -71,7 +71,7 @@ safety = "^1.10"
pytest = "^6.2"
pytest-cov = "^3.0"
pytest-randomly = "^3.10"
pytest-randomly = "^3.11"
sphinx = "^4.3"
sphinx-autodoc-typehints = "^1.14"