From 5e03f8eed815eae8f707e81f0556b3ea5ade2b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 16 Aug 2023 16:26:48 +0200 Subject: [PATCH] [TEST] update pytest-cov to remove warning (#1867) cleanup this warning when running tests --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0bbcbc870..6464084a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1712,13 +1712,13 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[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] @@ -2395,4 +2395,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.10 | ^3.9" -content-hash = "c2211dca743e0e646a99b06fac05cf9c044b17c1cf73f0493f36d5da74d3bf0c" +content-hash = "673be981fbd1354e46c8995cf427d54325cca14bf86137830b7974578aff6803" diff --git a/pyproject.toml b/pyproject.toml index 9e648540e..c1f1b51a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest = "^7.1.2" mock = "^4.0.3" black = "^22.6.0" pytest-asyncio = "^0.19.0" -pytest-cov = "^3.0.0" +pytest-cov = "^4.1.0" mypy = "^0.971" types-protobuf = "^3.19.22" pylint = "^2.17.2"