diff --git a/poetry.lock b/poetry.lock index f939921..3fc6c7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1422,19 +1422,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-cov" -version = "6.0.0" +version = "6.3.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-cov-6.0.0.tar.gz", hash = "sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0"}, - {file = "pytest_cov-6.0.0-py3-none-any.whl", hash = "sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35"}, + {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"] @@ -2120,4 +2121,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "a359deff530c1d988c120344f805681510368e5f3c03474898db384fb5af5426" +content-hash = "5c7a79be970fbe25a57dcd844936aeaaece8d8abc3711d2904979cdc8de7adbf" diff --git a/pyproject.toml b/pyproject.toml index 3e4d952..c3be492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pyupgrade = "^3.19.1" coverage = "^7.7.0" coverage-badge = "^1.1.2" pytest-html = "^4.0.2" -pytest-cov = "^6.0.0" +pytest-cov = "^6.3.0" [tool.poetry.group.dev.dependencies] bandit = "^1.8.2" @@ -66,7 +66,7 @@ pyupgrade = "^3.19.1" coverage = "^7.7.0" coverage-badge = "^1.1.2" pytest-html = "^4.1.1" -pytest-cov = "^6.0.0" +pytest-cov = "^6.3.0" black = "^24.10.0" safety = "^3.3.1" pytest-xdist = "^3.6.1"