diff --git a/poetry.lock b/poetry.lock index eeb407c3..83376b08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1517,20 +1517,21 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-env" -version = "0.8.2" -description = "py.test plugin that allows you to add environment variables." +version = "1.1.3" +description = "pytest plugin that allows you to add environment variables." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest_env-0.8.2-py3-none-any.whl", hash = "sha256:5e533273f4d9e6a41c3a3120e0c7944aae5674fa773b329f00a5eb1f23c53a38"}, - {file = "pytest_env-0.8.2.tar.gz", hash = "sha256:baed9b3b6bae77bd75b9238e0ed1ee6903a42806ae9d6aeffb8754cd5584d4ff"}, + {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] -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-lazy-fixture" @@ -2690,4 +2691,4 @@ fastapi-crudrouter = ["fastapi-crudrouter"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e369e04a75c57304f810f2819075aa36bac226d211d769f99cfa713a7f11a789" +content-hash = "1906749dc486cd6f4290cc7031895732f5deeee36c1e98a6d584942021bd6d80" diff --git a/pyproject.toml b/pyproject.toml index 02ee743a..8c2d99c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pytest-lazy-fixture = "^0.6.3" fastapi = ">=0.6.3" fastapi-crudrouter = ">=0.8.4" httpx = ">=0.23,<0.28" -pytest-env = "^0.8.1" +pytest-env = ">=0.8.1,<1.2.0" pytest-xdist = "^3.1.0" bandit = "^1.7.8" fakeredis = {extras = ["json"], version = "2.22.0"}