chore(api): update dependency pytest-env to v0.8.2

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2663>
environments/review-docs-fix-p-l408cl/deployments/18885
Renovate Bot 2023-12-04 16:08:14 +00:00
rodzic 1ee1c88ed1
commit 9da463e69d
2 zmienionych plików z 7 dodań i 7 usunięć

12
api/poetry.lock wygenerowano
Wyświetl plik

@ -3001,20 +3001,20 @@ testing = ["Django", "django-configurations (>=2.0)"]
[[package]]
name = "pytest-env"
version = "0.8.1"
version = "0.8.2"
description = "py.test plugin that allows you to add environment variables."
optional = false
python-versions = ">=3.7"
files = [
{file = "pytest_env-0.8.1-py3-none-any.whl", hash = "sha256:8c0605ae09a5b7e41c20ebcc44f2c906eea9654095b4b0c342b3814bcc3a8492"},
{file = "pytest_env-0.8.1.tar.gz", hash = "sha256:d7b2f5273ec6d1e221757998bc2f50d2474ed7d0b9331b92556011fadc4e9abf"},
{file = "pytest_env-0.8.2-py3-none-any.whl", hash = "sha256:5e533273f4d9e6a41c3a3120e0c7944aae5674fa773b329f00a5eb1f23c53a38"},
{file = "pytest_env-0.8.2.tar.gz", hash = "sha256:baed9b3b6bae77bd75b9238e0ed1ee6903a42806ae9d6aeffb8754cd5584d4ff"},
]
[package.dependencies]
pytest = ">=7.1.3"
pytest = ">=7.3.1"
[package.extras]
test = ["coverage (>=6.5)", "pytest-mock (>=3.10)"]
test = ["coverage (>=7.2.7)", "pytest-mock (>=3.10)"]
[[package]]
name = "pytest-mock"
@ -4561,4 +4561,4 @@ typesense = ["typesense"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8,<3.12"
content-hash = "ce33dfcf2265815939d8c0df6995b5e3bda40cab9a5accf7565460ac5d09d2ee"
content-hash = "b251e922767001921d8d302b47cc6f66f099daaf3a325e7ef98ab6cb3ccd5b36"

Wyświetl plik

@ -115,7 +115,7 @@ pytest-asyncio = "==0.21.0"
prompt-toolkit = "==3.0.41"
pytest-cov = "==4.0.0"
pytest-django = "==4.5.2"
pytest-env = "==0.8.1"
pytest-env = "==0.8.2"
pytest-mock = "==3.10.0"
pytest-randomly = "==3.12.0"
pytest-sugar = "==0.9.7"