Commit 068d809c authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'renovate/pytest-env-1.x' into 'main'

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

See merge request to-be-continuous/tools/gitlab-cp!6
parents 9672fe02 b472ec01
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -362,20 +362,20 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale

[[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"

[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 = "python-gitlab"
@@ -499,4 +499,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "1ff0058d20577bca9e1f818e478583d09f1d7e690461cc6859f9802b1fcbcbd7"
content-hash = "8ca7595ef0d181dd6107714ce9b65acdba01bce14d9dcd307603021313813803"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ gitpython = "^3.1.43"
# new development dependencies can be added with 'poetry add -D yyy'
pytest = "^7.0.0"
pytest-cov = "^4.0.0"
pytest-env = "^0.8.0"
pytest-env = "^1.0.0"
mypy = "^1.0.0"
ruff = "^0.4.1"