diff --git a/poetry.lock b/poetry.lock index 196254c3bb7..18013e015c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2428,13 +2428,13 @@ pytest = ">=3.6.3" [[package]] name = "pytest-xdist" -version = "3.3.1" +version = "3.4.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.3.1.tar.gz", hash = "sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93"}, - {file = "pytest_xdist-3.3.1-py3-none-any.whl", hash = "sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2"}, + {file = "pytest-xdist-3.4.0.tar.gz", hash = "sha256:3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832"}, + {file = "pytest_xdist-3.4.0-py3-none-any.whl", hash = "sha256:e513118bf787677a427e025606f55e95937565e06dfaac8d87f55301e57ae607"}, ] [package.dependencies] @@ -3224,4 +3224,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "aa23e2e800a925d812723c42fa46ec1ff4fa0ace852fd996674182b290ff4ad7" +content-hash = "204835519a210f8468e26caeb5fde90b6076a43e43c2e2063671c65b22685e07" diff --git a/pyproject.toml b/pyproject.toml index f92b49596d3..8ab237ce0fb 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.3.1" +pytest-xdist = "^3.4.0" aws-cdk-lib = "^2.107.0" "aws-cdk.aws-apigatewayv2-alpha" = "^2.38.1-alpha.0" "aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0"