chore(api): update dependency pytest-env to v1

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2731>
environments/review-docs-renov-r6aeyi/deployments/19166
Renovate Bot 2024-02-02 00:04:24 +00:00
rodzic 787acab3ab
commit 42bf16034b
2 zmienionych plików z 10 dodań i 9 usunięć

17
api/poetry.lock wygenerowano
Wyświetl plik

@ -3031,20 +3031,21 @@ testing = ["Django", "django-configurations (>=2.0)"]
[[package]]
name = "pytest-env"
version = "0.8.2"
description = "py.test plugin that allows you to add environment variables."
version = "1.1.3"
description = "pytest plugin that allows you to add environment variables."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "pytest_env-0.8.2-py3-none-any.whl", hash = "sha256:5e533273f4d9e6a41c3a3120e0c7944aae5674fa773b329f00a5eb1f23c53a38"},
{file = "pytest_env-0.8.2.tar.gz", hash = "sha256:baed9b3b6bae77bd75b9238e0ed1ee6903a42806ae9d6aeffb8754cd5584d4ff"},
{file = "pytest_env-1.1.3-py3-none-any.whl", hash = "sha256:aada77e6d09fcfb04540a6e462c58533c37df35fa853da78707b17ec04d17dfc"},
{file = "pytest_env-1.1.3.tar.gz", hash = "sha256:fcd7dc23bb71efd3d35632bde1bbe5ee8c8dc4489d6617fb010674880d96216b"},
]
[package.dependencies]
pytest = ">=7.3.1"
pytest = ">=7.4.3"
tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
[package.extras]
test = ["coverage (>=7.2.7)", "pytest-mock (>=3.10)"]
test = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "pytest-mock (>=3.12)"]
[[package]]
name = "pytest-mock"
@ -4632,4 +4633,4 @@ typesense = ["typesense"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8,<3.13"
content-hash = "36e80c68c77f0ea19bc98a14ece11ea132dcf52e626464481bc7236c3a21d516"
content-hash = "0d84d943c4fb3134a4005ae8ed82aefc7b75b596868a39c7795d7c196ece44f5"

Wyświetl plik

@ -116,7 +116,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.2"
pytest-env = "==1.1.3"
pytest-mock = "==3.10.0"
pytest-randomly = "==3.12.0"
pytest-sugar = "==0.9.7"