diff options
author | 2023-06-10 02:53:14 -0700 | |
---|---|---|
committer | 2023-06-10 02:53:14 -0700 | |
commit | 787ce8322e74d414c18f24c89f0a1626fa076a3d (patch) | |
tree | dce8bbc5ead4bb0afbc9c0b1532d19b07a62dd1d | |
parent | Bump sentry-sdk from 1.24.0 to 1.25.1 (#2626) (diff) |
Bump pytest-cov from 4.0.0 to 4.1.0 (#2616)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 9627c12bd..25a13db68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1468,13 +1468,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] @@ -2211,4 +2211,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "bc3b61d128bf55b14dbb0b35f780d1dd2f3db15aa72700b3c5461b6120cbb9d9" +content-hash = "0e34640f0299c3b8daaa654570f484389eee8c4dcb739c6fec9ade184487da08" diff --git a/pyproject.toml b/pyproject.toml index fab2786c1..f396d0d04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ isort = "5.12.0" pre-commit = "3.3.2" pip-licenses = "4.3.2" pytest = "7.3.1" -pytest-cov = "4.0.0" +pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.3.1" ruff = "0.0.267" |