diff --git a/poetry.lock b/poetry.lock index 86b74804698..7e103c270f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3148,23 +3148,23 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-benchmark" -version = "4.0.0" +version = "5.1.0" description = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pytest-benchmark-4.0.0.tar.gz", hash = "sha256:fb0785b83efe599a6a956361c0691ae1dbb5318018561af10f3e915caa0048d1"}, - {file = "pytest_benchmark-4.0.0-py3-none-any.whl", hash = "sha256:fdb7db64e31c8b277dff9850d2a2556d8b60bcb0ea6524e36e28ffd7c87f71d6"}, + {file = "pytest-benchmark-5.1.0.tar.gz", hash = "sha256:9ea661cdc292e8231f7cd4c10b0319e56a2118e2c09d9f50e1b3d150d2aca105"}, + {file = "pytest_benchmark-5.1.0-py3-none-any.whl", hash = "sha256:922de2dfa3033c227c96da942d1878191afa135a29485fb942e85dff1c592c89"}, ] [package.dependencies] py-cpuinfo = "*" -pytest = ">=3.8" +pytest = ">=8.1" [package.extras] aspect = ["aspectlib"] elasticsearch = ["elasticsearch"] -histogram = ["pygal", "pygaljs"] +histogram = ["pygal", "pygaljs", "setuptools"] [[package]] name = "pytest-cov" @@ -4424,4 +4424,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0.0" -content-hash = "8398ae6e6f63b27b2c54c6748b4cfb2c868b9a03c0afe632ce6ddeae69aafd84" +content-hash = "fe3b05a62fd4f33445f9882cad62d5312e0da49a06d0d9a3dcb48305e20cdc76" diff --git a/pyproject.toml b/pyproject.toml index d13acd6db31..2e904c96767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ aws-cdk-lib = "^2.176.0" "aws-cdk.aws-apigatewayv2-authorizers-alpha" = "^2.38.1-alpha.0" "aws-cdk.aws-lambda-python-alpha" = "^2.176.0a0" "cdklabs.generative-ai-cdk-constructs" = "^0.1.289" -pytest-benchmark = "^4.0.0" +pytest-benchmark = ">=4,<6" types-requests = "^2.31.0" typing-extensions = "^4.12.2" mkdocs-material = "^9.5.50"