chore(api): update dependency pytest to v7.2.2
This commit is contained in:
parent
96101d7010
commit
de7102a27e
|
@ -2734,14 +2734,14 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest"
|
name = "pytest"
|
||||||
version = "7.2.1"
|
version = "7.2.2"
|
||||||
description = "pytest: simple powerful testing with Python"
|
description = "pytest: simple powerful testing with Python"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"},
|
{file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"},
|
||||||
{file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"},
|
{file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -3958,4 +3958,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "28762ece1bd6d0b87a35a4a7ddd6b612c58f4511b485a77bb65a2ad2b6ae4d12"
|
content-hash = "9e0b132540de9e735c781e9af6c0815fe2a20c0598b842a0dac61fe4a24bd89e"
|
||||||
|
|
|
@ -104,7 +104,7 @@ faker = "==15.3.4"
|
||||||
flake8 = "==3.9.2"
|
flake8 = "==3.9.2"
|
||||||
ipdb = "==0.13.13"
|
ipdb = "==0.13.13"
|
||||||
prompt-toolkit = "==3.0.38"
|
prompt-toolkit = "==3.0.38"
|
||||||
pytest = "==7.2.1"
|
pytest = "==7.2.2"
|
||||||
pytest-asyncio = "==0.20.3"
|
pytest-asyncio = "==0.20.3"
|
||||||
pytest-cov = "==4.0.0"
|
pytest-cov = "==4.0.0"
|
||||||
pytest-django = "==4.5.2"
|
pytest-django = "==4.5.2"
|
||||||
|
|
Loading…
Reference in New Issue