diff --git a/poetry.lock b/poetry.lock index 2159233ddf..19cfb5fee5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2428,13 +2428,13 @@ pytest = ">=3.6.3" [[package]] name = "pytest-xdist" -version = "3.4.0" +version = "3.5.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.4.0.tar.gz", hash = "sha256:3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832"}, - {file = "pytest_xdist-3.4.0-py3-none-any.whl", hash = "sha256:e513118bf787677a427e025606f55e95937565e06dfaac8d87f55301e57ae607"}, + {file = "pytest-xdist-3.5.0.tar.gz", hash = "sha256:cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a"}, + {file = "pytest_xdist-3.5.0-py3-none-any.whl", hash = "sha256:d075629c7e00b611df89f490a5063944bee7a4362a5ff11c7cc7824a03dfce24"}, ] [package.dependencies] @@ -3224,4 +3224,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "21c7697a42537357d74b97fcec11754de4defa04a296362dabc226078869f454" +content-hash = "7ee9fe25b426b28a8615bb8017382362d5652be862adfd4e2fffb632bb929b27" diff --git a/pyproject.toml b/pyproject.toml index a97f474fe6..7bbfbe64ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ radon = "^6.0.1" xenon = "^0.9.1" mkdocs-git-revision-date-plugin = "^0.3.2" mike = "^1.1.2" -pytest-xdist = "^3.4.0" +pytest-xdist = "^3.5.0" aws-cdk-lib = "^2.110.0" "aws-cdk.aws-apigatewayv2-alpha" = "^2.38.1-alpha.0" "aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0"