diff --git a/poetry.lock b/poetry.lock index 3cba814..aab66ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -846,7 +846,7 @@ pytest = ">=3.10" [[package]] name = "pytest-xdist" -version = "2.4.0" +version = "2.5.0" description = "pytest xdist plugin for distributed testing and loop-on-failing modes" category = "dev" optional = false @@ -854,7 +854,7 @@ python-versions = ">=3.6" [package.dependencies] execnet = ">=1.1" -pytest = ">=6.0.0" +pytest = ">=6.2.0" pytest-forked = "*" [package.extras] @@ -1215,7 +1215,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "8225c31f85746c090c77b1b676407e0c7de037af0b2ce0d574c35e1bf18d4612" +content-hash = "fcc4b8c0b29481e55490f038ca2472282dcd5282e65c74b61e3bf87bbd243f29" [metadata.files] aioredis = [ @@ -1722,8 +1722,8 @@ pytest-forked = [ {file = "pytest_forked-1.3.0-py2.py3-none-any.whl", hash = "sha256:dc4147784048e70ef5d437951728825a131b81714b398d5d52f17c7c144d8815"}, ] pytest-xdist = [ - {file = "pytest-xdist-2.4.0.tar.gz", hash = "sha256:89b330316f7fc475f999c81b577c2b926c9569f3d397ae432c0c2e2496d61ff9"}, - {file = "pytest_xdist-2.4.0-py3-none-any.whl", hash = "sha256:7b61ebb46997a0820a263553179d6d1e25a8c50d8a8620cd1aa1e20e3be99168"}, + {file = "pytest-xdist-2.5.0.tar.gz", hash = "sha256:4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf"}, + {file = "pytest_xdist-2.5.0-py3-none-any.whl", hash = "sha256:6fe5c74fec98906deb8f2d2b616b5c782022744978e7bd4695d39c8f42d0ce65"}, ] python-dotenv = [ {file = "python-dotenv-0.19.2.tar.gz", hash = "sha256:a5de49a31e953b45ff2d2fd434bbc2670e8db5273606c1e737cc6b93eff3655f"}, diff --git a/pyproject.toml b/pyproject.toml index 1b71882..3cd086d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ flake8 = "^4.0.1" bandit = "^1.7.1" coverage = "^6.2" pytest-cov = "^3.0.0" -pytest-xdist = "^2.4.0" +pytest-xdist = "^2.5.0" unasync = "^0.5.0" pytest-asyncio = "^0.16.0" twine = "^3.7.1"