chore(api): update dependency pytest to v8

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2730>
This commit is contained in:
Renovate Bot 2024-02-01 23:34:38 +00:00
parent f43ef89c28
commit 787acab3ab
2 changed files with 7 additions and 7 deletions

12
api/poetry.lock generated
View File

@ -2955,13 +2955,13 @@ diagrams = ["jinja2", "railroad-diagrams"]
[[package]] [[package]]
name = "pytest" name = "pytest"
version = "7.4.3" version = "8.0.0"
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.8"
files = [ files = [
{file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"},
{file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"},
] ]
[package.dependencies] [package.dependencies]
@ -2969,7 +2969,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
iniconfig = "*" iniconfig = "*"
packaging = "*" packaging = "*"
pluggy = ">=0.12,<2.0" pluggy = ">=1.3.0,<2.0"
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
[package.extras] [package.extras]
@ -4632,4 +4632,4 @@ typesense = ["typesense"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8,<3.13" python-versions = "^3.8,<3.13"
content-hash = "4af35ad403a016437944a4119e43df1c36d47704a02e077c6a0075dfd8b0bcb6" content-hash = "36e80c68c77f0ea19bc98a14ece11ea132dcf52e626464481bc7236c3a21d516"

View File

@ -111,7 +111,7 @@ factory-boy = "==3.2.1"
faker = "==22.6.0" faker = "==22.6.0"
flake8 = "==3.9.2" flake8 = "==3.9.2"
ipdb = "==0.13.13" ipdb = "==0.13.13"
pytest = "==7.4.3" pytest = "==8.0.0"
pytest-asyncio = "==0.21.0" pytest-asyncio = "==0.21.0"
prompt-toolkit = "==3.0.41" prompt-toolkit = "==3.0.41"
pytest-cov = "==4.0.0" pytest-cov = "==4.0.0"