diff --git a/poetry.lock b/poetry.lock index 8e97bf5..536d4d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -818,13 +818,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-cov" -version = "3.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-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, - {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, + {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] @@ -1159,4 +1159,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "bfcb4a079a23d2a49a08d2fbd0215d1774ea12707e024d0b2d59042b3431c0a3" +content-hash = "9fdb1a98a3ade4a37469b5f03d3ad5e7e334ed2c1fe0dcf414208ae526f937fa" diff --git a/pyproject.toml b/pyproject.toml index 37456fa..6de1ebc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ boto3 = "^1.24.11" [tool.poetry.dev-dependencies] pytest = "^7.4.0" black = "^23.3.0" -pytest-cov = "^3.0.0" +pytest-cov = "^4.1.0" mypy = "^1.4" radon = "^5.1.0" xenon = "^0.9.0"