diff --git a/poetry.lock b/poetry.lock index 5f5bb41..a4bf27b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4615,21 +4615,21 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[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" groups = ["test"] 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" [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 = "python-dateutil" @@ -6162,4 +6162,4 @@ tokenize-rt = ">=2.1" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "6a0911f3cf4f7ba6a8b9e8bc4c54e0a1321c784976e9aec4e12667b980348364" +content-hash = "1f3c72a8c14d19bf7b4236352033929d2d93b2c10d8c0da94ea787cd45f22b8c" diff --git a/pyproject.toml b/pyproject.toml index 58cc02f..ca2dcd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ ruff = "^0.5.5" pytest = "^7.2.1" pytest-cov = "^4.0.0" anyio = "^3.6.2" -pytest-env = "^0.8.1" +pytest-env = "^1.1.3" requests = "^2.28.2" trio = "^0.22.0" psycopg2-binary = "^2.9.3"