mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
Bump pytest-env from 1.3.2 to 1.5.0 (#2228)
Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.3.2 to 1.5.0. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.3.2...1.5.0) --- updated-dependencies: - dependency-name: pytest-env dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+4
-4
@@ -4022,14 +4022,14 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest-env"
|
name = "pytest-env"
|
||||||
version = "1.3.2"
|
version = "1.5.0"
|
||||||
description = "pytest plugin that allows you to add environment variables."
|
description = "pytest plugin that allows you to add environment variables."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.10"
|
python-versions = ">=3.10"
|
||||||
groups = ["dev"]
|
groups = ["dev"]
|
||||||
files = [
|
files = [
|
||||||
{file = "pytest_env-1.3.2-py3-none-any.whl", hash = "sha256:e8626b776a035112a8ad58fcc9e04926868c58f15225de484de7c8af4b4b526c"},
|
{file = "pytest_env-1.5.0-py3-none-any.whl", hash = "sha256:89a15686ac837c9cd009a8a2d52bd55865e2f23c82094247915dae4540c87161"},
|
||||||
{file = "pytest_env-1.3.2.tar.gz", hash = "sha256:f091a2c6a8eb91befcae2b4c1bd2905a51f33bc1c6567707b7feed4e51b76b47"},
|
{file = "pytest_env-1.5.0.tar.gz", hash = "sha256:db8994b9ce170f135a37acc09ac753a6fc697d15e691b576ed8d8ca261c40246"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -5979,4 +5979,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.13.2"
|
python-versions = "^3.13.2"
|
||||||
content-hash = "5111f09e4b3d64b57b7d27e3daa81ea95148795b7e5bf4ee43d2ae96fbce46cb"
|
content-hash = "dc867fb8e9a98addb472524d92e33cc227478be252bd2cff4f9d6f68ed109f77"
|
||||||
|
|||||||
+1
-1
@@ -102,7 +102,7 @@ moto = "==5.1.21"
|
|||||||
pip-audit = "*"
|
pip-audit = "*"
|
||||||
pre-commit = "^4.5.1"
|
pre-commit = "^4.5.1"
|
||||||
pytest = "^9.0.2"
|
pytest = "^9.0.2"
|
||||||
pytest-env = "^1.3.2"
|
pytest-env = "^1.5.0"
|
||||||
pytest-mock = "^3.15.1"
|
pytest-mock = "^3.15.1"
|
||||||
pytest-cov = "^7.0.0"
|
pytest-cov = "^7.0.0"
|
||||||
pytest-xdist = "^3.8.0"
|
pytest-xdist = "^3.8.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user