mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Merge pull request #899 from GSA/dependabot/pip/pytest-env-1.1.1
Bump pytest-env from 1.0.1 to 1.1.1
This commit is contained in:
17
poetry.lock
generated
17
poetry.lock
generated
@@ -2213,20 +2213,21 @@ requests = ">=2.9"
|
||||
|
||||
[[package]]
|
||||
name = "pytest-env"
|
||||
version = "1.0.1"
|
||||
description = "py.test plugin that allows you to add environment variables."
|
||||
version = "1.1.1"
|
||||
description = "pytest plugin that allows you to add environment variables."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "pytest_env-1.0.1-py3-none-any.whl", hash = "sha256:e8faf927c6fcdbbc8fe3317506acc116713c9708d01652a0fd945f9ae27b71aa"},
|
||||
{file = "pytest_env-1.0.1.tar.gz", hash = "sha256:603fe216e8e03a5d134989cb41317c59aabef013d2250c71b864ab0798fbe6f6"},
|
||||
{file = "pytest_env-1.1.1-py3-none-any.whl", hash = "sha256:2b71b37c6810f28bec790a7b373c777af87352b3a359b3de0edb9d24df5cf8b3"},
|
||||
{file = "pytest_env-1.1.1.tar.gz", hash = "sha256:1efb8acce1f6431196150f3b30673443ff05a6fabff64539a9495cd2248adf9e"},
|
||||
]
|
||||
|
||||
[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"
|
||||
@@ -2969,4 +2970,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<3.12"
|
||||
content-hash = "b37bcc8294ff370c86ba93528b0890ec1ac0778f3531aef0998ff04dfcef711c"
|
||||
content-hash = "dc52fb7e5db480267e4f6102edee0ce19669cfd853b8b32e6758366b5e048021"
|
||||
|
||||
@@ -53,7 +53,7 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
||||
moto = "^4.2"
|
||||
pip-audit = "*"
|
||||
pytest = "^7.4.3"
|
||||
pytest-env = "^1.0.1"
|
||||
pytest-env = "^1.1.1"
|
||||
pytest-mock = "^3.12.0"
|
||||
pytest-playwright = "^0.4.3"
|
||||
pytest-xdist = "^3.3.1"
|
||||
|
||||
Reference in New Issue
Block a user