diff --git a/poetry.lock b/poetry.lock index 1dcf4cbe6d3..00f1f2243b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2254,14 +2254,14 @@ histogram = ["pygal", "pygaljs"] [[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] @@ -3078,4 +3078,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "37442dfae36e56f78e886c158c022c73c1316308ff794e021960408e8abcd1ac" +content-hash = "65c883e1b8122086b32987793339371ecaa515e920b5ad3d1d48cfffc89aab76" diff --git a/pyproject.toml b/pyproject.toml index e19c3fdbb71..77299c012b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ flake8-fixme = "^1.1.1" flake8-variables-names = "^0.0.5" flake8-black = "^0.3.6" isort = "^5.11.5" -pytest-cov = "^4.0.0" +pytest-cov = "^4.1.0" pytest-mock = "^3.5.1" pdoc3 = "^0.10.0" pytest-asyncio = "^0.21.0"