Commit 32f4467d authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch 'renovate/poetry-deps' into 'main'

chore(deps): update dependency pytest-env to v1.3.2

See merge request to-be-continuous/tools/gitlab-butler!114
parents d9c2db74 51e0df9e
Loading
Loading
Loading
Loading
Loading
+21 −5
Original line number Diff line number Diff line
@@ -721,21 +721,22 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"]

[[package]]
name = "pytest-env"
version = "1.2.0"
version = "1.5.0"
description = "pytest plugin that allows you to add environment variables."
optional = false
python-versions = ">=3.10"
groups = ["dev"]
files = [
    {file = "pytest_env-1.2.0-py3-none-any.whl", hash = "sha256:d7e5b7198f9b83c795377c09feefa45d56083834e60d04767efd64819fc9da00"},
    {file = "pytest_env-1.2.0.tar.gz", hash = "sha256:475e2ebe8626cee01f491f304a74b12137742397d6c784ea4bc258f069232b80"},
    {file = "pytest_env-1.5.0-py3-none-any.whl", hash = "sha256:89a15686ac837c9cd009a8a2d52bd55865e2f23c82094247915dae4540c87161"},
    {file = "pytest_env-1.5.0.tar.gz", hash = "sha256:db8994b9ce170f135a37acc09ac753a6fc697d15e691b576ed8d8ca261c40246"},
]

[package.dependencies]
pytest = ">=8.4.2"
pytest = ">=9.0.2"
python-dotenv = ">=1.2.1"

[package.extras]
testing = ["covdefaults (>=2.3)", "coverage (>=7.10.7)", "pytest-mock (>=3.15.1)"]
testing = ["covdefaults (>=2.3)", "coverage (>=7.13.4)", "pytest-mock (>=3.15.1)"]

[[package]]
name = "pytest-mock"
@@ -755,6 +756,21 @@ pytest = ">=6.2.5"
[package.extras]
dev = ["pre-commit", "pytest-asyncio", "tox"]

[[package]]
name = "python-dotenv"
version = "1.2.1"
description = "Read key-value pairs from a .env file and set them as environment variables"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
    {file = "python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61"},
    {file = "python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"},
]

[package.extras]
cli = ["click (>=5.0)"]

[[package]]
name = "python-gitlab"
version = "8.0.0"