chore(api): update dependency pytest to v7.2.1
This commit is contained in:
parent
7fe46c1d61
commit
84382268f6
|
@ -2613,14 +2613,14 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
version = "7.2.0"
|
||||
version = "7.2.1"
|
||||
description = "pytest: simple powerful testing with Python"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"},
|
||||
{file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"},
|
||||
{file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"},
|
||||
{file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "3f65b57c0ae626683fb3c2b149e92aec18f6f0d8e14f273f175baccef87ad33f"
|
||||
content-hash = "9207e2898340cce87d648a56768d77741f729c97f17a2a4fa0b80d8b1b239bf2"
|
||||
|
|
|
@ -105,7 +105,7 @@ faker = "==15.3.4"
|
|||
flake8 = "==3.9.2"
|
||||
ipdb = "==0.13.11"
|
||||
prompt-toolkit = "==3.0.36"
|
||||
pytest = "==7.2.0"
|
||||
pytest = "==7.2.1"
|
||||
pytest-asyncio = "==0.20.3"
|
||||
pytest-cov = "==4.0.0"
|
||||
pytest-django = "==4.5.2"
|
||||
|
|
Loading…
Reference in New Issue