diff --git a/poetry.lock b/poetry.lock index 7ca4b94..3cbf17a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1386,13 +1386,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-cov" -version = "4.0.0" +version = "4.1.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, - {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, + {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, + {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, ] [package.dependencies] @@ -2067,4 +2067,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cee46bcb0e13a9b6f986fb42c10fe3cb332a1e5ed2d993f387dda8fc513ab354" +content-hash = "1ab6fc0977da2f58fa0b0b28fbb6863a9c1cc19d6d7b1ec03a70859f8320dc70" diff --git a/pyproject.toml b/pyproject.toml index d7ecdb9..64cedb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ jsonpickle = "^3.0.1" [tool.poetry.dev-dependencies] pytest = "^7.4.0" -pytest-cov = "^4.0.0" +pytest-cov = "^4.1.0" black = "^23.1.0" radon = "^5.1.0" xenon = "^0.9.0"