diff --git a/poetry.lock b/poetry.lock index 54ecd0b970e..afadab052dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3510,23 +3510,23 @@ histogram = ["pygal", "pygaljs", "setuptools"] [[package]] name = "pytest-cov" -version = "6.3.0" +version = "7.0.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-6.3.0-py3-none-any.whl", hash = "sha256:440db28156d2468cafc0415b4f8e50856a0d11faefa38f30906048fe490f1749"}, - {file = "pytest_cov-6.3.0.tar.gz", hash = "sha256:35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2"}, + {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, + {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, ] [package.dependencies] -coverage = {version = ">=7.5", extras = ["toml"]} +coverage = {version = ">=7.10.6", extras = ["toml"]} pluggy = ">=1.2" -pytest = ">=6.2.5" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-mock" @@ -4985,4 +4985,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "aa5bfaaf1e1c315fd70137a7a6128648090101ff7589b52da46f2985524628a6" +content-hash = "62db899fa6c1e3a777edd6818616c0a0acd2f02e600ae8943d9758627d318d14" diff --git a/pyproject.toml b/pyproject.toml index d120e554c0e..1fc98bb31e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ coverage = { extras = ["toml"], version = "^7.6" } pytest = "^8.3.4" boto3 = "^1.26.164" isort = ">=5.13.2,<7.0.0" -pytest-cov = ">=5,<7" +pytest-cov = ">=5,<8" pytest-mock = "^3.14.0" pytest-asyncio = ">=0.24,<1.2" bandit = "^1.7.10"