diff --git a/poetry.lock b/poetry.lock index 46bbc0899..8959b6608 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 9a00e8eff..f894c737d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"