diff --git a/poetry.lock b/poetry.lock index 784c47cd..69e65b31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -846,20 +846,20 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-env" -version = "1.0.1" -description = "py.test plugin that allows you to add environment variables." +version = "1.1.1" +description = "pytest plugin that allows you to add environment variables." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest_env-1.0.1-py3-none-any.whl", hash = "sha256:e8faf927c6fcdbbc8fe3317506acc116713c9708d01652a0fd945f9ae27b71aa"}, - {file = "pytest_env-1.0.1.tar.gz", hash = "sha256:603fe216e8e03a5d134989cb41317c59aabef013d2250c71b864ab0798fbe6f6"}, + {file = "pytest_env-1.1.1-py3-none-any.whl", hash = "sha256:2b71b37c6810f28bec790a7b373c777af87352b3a359b3de0edb9d24df5cf8b3"}, + {file = "pytest_env-1.1.1.tar.gz", hash = "sha256:1efb8acce1f6431196150f3b30673443ff05a6fabff64539a9495cd2248adf9e"}, ] [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 = "pytest-pylint" @@ -1183,4 +1183,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3c5d962e1a944c9d647d9659e0ce7950098250547a24154f5bdd344c778c6d21" +content-hash = "2cd54f31dac52d287e9268e66b13ff46761762ce5fc9f82b67c84e5d8009074f" diff --git a/pyproject.toml b/pyproject.toml index 9fdf7606..46295a94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ isort = "^5.12.0" mock = "^5.0.2" pytest = "^7.4.0" pytest-cov = "^4.1.0" -pytest-env = ">=0.8.2,<1.1.0" +pytest-env = ">=0.8.2,<1.2.0" pytest-pylint = ">=0.19,<0.22" requests-mock = "^1.11.0" types-requests = "^2.31.0.1"