Commit b5114d80 authored by Girija Saint-Ange's avatar Girija Saint-Ange
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/tbc-check!18
parents ae984b4e b5bb902e
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -330,20 +330,20 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]

[[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 = "pyyaml"
@@ -445,4 +445,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "1e92f92e331944e60ae800f747e91351af8f8ead0a1ccbc1e3246f72ce215ce6"
content-hash = "a7c39f8ac8bb85a5fcb30caeb6b744bba246b64617f620b1b5515657d9872357"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ tbc-check = "tbc_check.checker:run"
# new development dependencies can be added with 'poetry add -D yyy'
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
pytest-env = "^0.8.0"
pytest-env = "^1.0.0"
mypy = "^1.0.0"
ruff = "^0.4.1"