chore(api): update dependency pytest to v7.4.4
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2716>
This commit is contained in:
parent
de5063afef
commit
06f0cf90f0
|
@ -2918,13 +2918,13 @@ diagrams = ["jinja2", "railroad-diagrams"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest"
|
name = "pytest"
|
||||||
version = "7.4.3"
|
version = "7.4.4"
|
||||||
description = "pytest: simple powerful testing with Python"
|
description = "pytest: simple powerful testing with Python"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"},
|
{file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"},
|
||||||
{file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"},
|
{file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -4559,4 +4559,4 @@ typesense = ["typesense"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8,<3.12"
|
python-versions = "^3.8,<3.12"
|
||||||
content-hash = "2ba94f2d468044580fb54f1705c50d3f5b6d268b9d0f45ceb2552ba57973b4f8"
|
content-hash = "83c67f4a4fc1857cb358d345d047d9b68a220eff8f3493bc50702c8080c2d8d3"
|
||||||
|
|
|
@ -110,7 +110,7 @@ factory-boy = "==3.2.1"
|
||||||
faker = "==15.3.4"
|
faker = "==15.3.4"
|
||||||
flake8 = "==3.9.2"
|
flake8 = "==3.9.2"
|
||||||
ipdb = "==0.13.13"
|
ipdb = "==0.13.13"
|
||||||
pytest = "==7.4.3"
|
pytest = "==7.4.4"
|
||||||
pytest-asyncio = "==0.21.0"
|
pytest-asyncio = "==0.21.0"
|
||||||
prompt-toolkit = "==3.0.43"
|
prompt-toolkit = "==3.0.43"
|
||||||
pytest-cov = "==4.0.0"
|
pytest-cov = "==4.0.0"
|
||||||
|
|
Loading…
Reference in New Issue