diff --git a/poetry.lock b/poetry.lock index fc64a60ac..c71da9860 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1789,21 +1789,21 @@ testing = ["Django", "django-configurations (>=2.0)"] [[package]] name = "pytest-env" -version = "1.1.4" +version = "1.1.5" description = "pytest plugin that allows you to add environment variables." optional = false python-versions = ">=3.8" files = [ - {file = "pytest_env-1.1.4-py3-none-any.whl", hash = "sha256:a4212056d4d440febef311a98fdca56c31256d58fb453d103cba4e8a532b721d"}, - {file = "pytest_env-1.1.4.tar.gz", hash = "sha256:86653658da8f11c6844975db955746c458a9c09f1e64957603161e2ff93f5133"}, + {file = "pytest_env-1.1.5-py3-none-any.whl", hash = "sha256:ce90cf8772878515c24b31cd97c7fa1f4481cd68d588419fd45f10ecaee6bc30"}, + {file = "pytest_env-1.1.5.tar.gz", hash = "sha256:91209840aa0e43385073ac464a554ad2947cc2fd663a9debf88d03b01e0cc1cf"}, ] [package.dependencies] -pytest = ">=8.3.2" +pytest = ">=8.3.3" tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [package.extras] -test = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] [[package]] name = "pytest-factoryboy" @@ -2593,4 +2593,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "fff78cf683519ac656724a3386c504624b55c039e035a608e7a8bc9379ae8e10" +content-hash = "8b8b1a2ac726d5cf08b52a317044f63788b63594222df8f4c5a1a2952609660b" diff --git a/pyproject.toml b/pyproject.toml index cc6582ea4..7fdcda207 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pydocstyle = "6.3.0" pytest = "8.3.3" pytest-cov = "5.0.0" pytest-django = "4.9.0" -pytest-env = "1.1.4" +pytest-env = "1.1.5" pytest-factoryboy = "2.7.0" pytest-freezer= "0.4.8" pytest-mock = "3.14.0"