diff --git a/poetry.lock b/poetry.lock index 090c1a7..c7b2685 100644 --- a/poetry.lock +++ b/poetry.lock @@ -342,14 +342,14 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-cov" -version = "4.0.0" +version = "4.1.0" description = "Pytest plugin for measuring coverage." category = "dev" 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] @@ -597,4 +597,4 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "48e6433e789b1b82b73fb07e102db23f943e0061b475cec008c758d4d247a5f6" +content-hash = "30143e07cd9b9db9f7dee1d8b16960e9c02af9b629dc31a6793dcebbbdb91f77" diff --git a/pyproject.toml b/pyproject.toml index 2c624e4..8e03023 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ profile = "black" freezegun = "^1.2.2" pre-commit = "^3.3.1" pytest = "^7.2.2" -pytest-cov = "^4.0.0" +pytest-cov = "^4.1.0" pytest-responses = "^0.5.1" responses = "^0.23.1" typed-ast = "^1.5.4"