diff --git a/poetry.lock b/poetry.lock index 2dd7bbfc..f6311d9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -687,19 +687,20 @@ reference = "jfrog-server" [[package]] name = "pytest-cov" -version = "6.1.1" +version = "6.3.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-6.1.1-py3-none-any.whl", hash = "sha256:bddf29ed2d0ab6f4df17b4c55b0a657287db8684af9c42ea546b21b1041b3dde"}, - {file = "pytest_cov-6.1.1.tar.gz", hash = "sha256:46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a"}, + {file = "pytest_cov-6.3.0-py3-none-any.whl", hash = "sha256:440db28156d2468cafc0415b4f8e50856a0d11faefa38f30906048fe490f1749"}, + {file = "pytest_cov-6.3.0.tar.gz", hash = "sha256:35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2"}, ] [package.dependencies] coverage = {version = ">=7.5", extras = ["toml"]} -pytest = ">=4.6" +pluggy = ">=1.2" +pytest = ">=6.2.5" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] @@ -1111,4 +1112,4 @@ reference = "jfrog-server" [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "610ae34e61e33dfb85b68f85751949b82bd57f2ca029616639fe47f4ce3efca0" +content-hash = "4209722bcf1d2700d5867d7444165c2de3d2e64e9a844428846364cb72626f31" diff --git a/pyproject.toml b/pyproject.toml index 8f8a7854..29c8da4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ coverage = '>=7.3.3' licenseheaders = '>=0.8.8' mypy = '>=1.7.1' pytest = '8.4.1' -pytest-cov = '6.1.1' +pytest-cov = '6.3.0' pytest-subtests = "0.14.1" pytest-docker = "3.2.0" debugpy = "1.8.13"