diff --git a/poetry.lock b/poetry.lock index 3de959ee..eab4ed03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1249,20 +1249,20 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-env" -version = "0.8.2" -description = "py.test plugin that allows you to add environment variables." +version = "1.1.0" +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.0-py3-none-any.whl", hash = "sha256:86f2dbc05a78cfbb42a4be19e04fd7b4ef364127d0118af2f59b4dcccfd773bf"}, + {file = "pytest_env-1.1.0.tar.gz", hash = "sha256:33a630a3db07068528c16f061350664d0146519824bd8c87b4cb120fff202ad9"}, ] [package.dependencies] -pytest = ">=7.3.1" +pytest = ">=7.4.2" [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-mock" @@ -1712,4 +1712,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "53c128c723579515bb83b1001e6f2ca4365a021d47e93bd7a49f31bff9024fb3" +content-hash = "2606b78b0c8d39c1b0002b1120e2c328db32f8976354659bda9e712027285697" diff --git a/pyproject.toml b/pyproject.toml index 25703ceb..d459a82b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ uvicorn = "^0.23.2" httpx = "^0.25.0" orjson = "^3.9.1" pydantic = "^1.10.9" -pytest-env = "^0.8.2" +pytest-env = "^1.1.0" pytest = "^7.3.2" pytest-mock = "^3.11.1" freezegun = "^1.2.2"