diff --git a/poetry.lock b/poetry.lock index 2787df118c6..cfed4fce4cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2280,14 +2280,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-xdist" -version = "3.2.0" +version = "3.2.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.2.0.tar.gz", hash = "sha256:fa10f95a2564cd91652f2d132725183c3b590d9fdcdec09d3677386ecf4c1ce9"}, - {file = "pytest_xdist-3.2.0-py3-none-any.whl", hash = "sha256:336098e3bbd8193276867cc87db8b22903c3927665dff9d1ac8684c02f597b68"}, + {file = "pytest-xdist-3.2.1.tar.gz", hash = "sha256:1849bd98d8b242b948e472db7478e090bf3361912a8fed87992ed94085f54727"}, + {file = "pytest_xdist-3.2.1-py3-none-any.whl", hash = "sha256:37290d161638a20b672401deef1cba812d110ac27e35d213f091d15b8beb40c9"}, ] [package.dependencies] @@ -3017,4 +3017,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "4e46900d7bf2d8409bbc2612c1033458df14de509d0545fb688f082fd8760596" +content-hash = "7cbc586c23ae76ad8bc89d449136b676e7211f87803cd12630cd7c9fd1da27c1" diff --git a/pyproject.toml b/pyproject.toml index 1961371636b..5393213d3ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ flake8-bugbear = "^23.3.12" mkdocs-git-revision-date-plugin = "^0.3.2" mike = "^1.1.2" retry = "^0.9.2" -pytest-xdist = "^3.2.0" +pytest-xdist = "^3.2.1" aws-cdk-lib = "^2.68.0" "aws-cdk.aws-apigatewayv2-alpha" = "^2.38.1-alpha.0" "aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0"