mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-22 22:25:55 +00:00
Merge pull request #364 from jazzband/dependabot/pip/pytest-cov-4.1.0
chore(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0
This commit is contained in:
commit
4268ce318a
2 changed files with 6 additions and 6 deletions
10
poetry.lock
generated
10
poetry.lock
generated
|
|
@ -1529,14 +1529,14 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm
|
|||
|
||||
[[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]
|
||||
|
|
@ -2306,4 +2306,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "1826ec31d53d94a633f52726693c075d86bc42683fc7cbd2af0a735cdd815c66"
|
||||
content-hash = "66370fa0e2d01dbd7c803eda91ad3cfd6e6348888bb2db61cef3b3c8acad907d"
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ black = "^22.12"
|
|||
safety = "^2.3"
|
||||
|
||||
pytest = "^6.2"
|
||||
pytest-cov = "^4.0"
|
||||
pytest-cov = "^4.1"
|
||||
pytest-randomly = "^3.12"
|
||||
pytest-pythonpath = "^0.7.4"
|
||||
pytest-django = "^4.5.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue