Merge pull request #638 from GSA/dependabot/pip/pytest-env-1.1.3

Bump pytest-env from 1.1.1 to 1.1.3
This commit is contained in:
Carlo Costino
2023-11-28 17:01:10 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3282,13 +3282,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
[[package]]
name = "pytest-env"
version = "1.1.1"
version = "1.1.3"
description = "pytest plugin that allows you to add environment variables."
optional = false
python-versions = ">=3.8"
files = [
{file = "pytest_env-1.1.1-py3-none-any.whl", hash = "sha256:2b71b37c6810f28bec790a7b373c777af87352b3a359b3de0edb9d24df5cf8b3"},
{file = "pytest_env-1.1.1.tar.gz", hash = "sha256:1efb8acce1f6431196150f3b30673443ff05a6fabff64539a9495cd2248adf9e"},
{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]
@@ -4697,4 +4697,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "f9b3d2fa1a50b1d1a0469d9068badee8571f2c5326c0df9ff187550218738281"
content-hash = "10925d79f398afa263501dac8384b2e278bee2fae47a4eafc8ad94dbf8325cbc"

View File

@@ -66,7 +66,7 @@ moto = "==4.2.10"
pip-audit = "*"
pre-commit = "^3.5.0"
pytest = "^7.4.3"
pytest-env = "^1.1.1"
pytest-env = "^1.1.3"
pytest-mock = "^3.12.0"
pytest-cov = "^4.1.0"
pytest-xdist = "^3.5.0"