diff --git a/poetry.lock b/poetry.lock index d322ec3..2d5871b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1296,14 +1296,14 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-timeout" -version = "2.1.0" +version = "2.2.0" description = "pytest plugin to abort hanging tests" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "pytest-timeout-2.1.0.tar.gz", hash = "sha256:c07ca07404c612f8abbe22294b23c368e2e5104b521c1790195561f37e1ac3d9"}, - {file = "pytest_timeout-2.1.0-py3-none-any.whl", hash = "sha256:f6f50101443ce70ad325ceb4473c4255e9d74e3c7cd0ef827309dfa4c0d975c6"}, + {file = "pytest-timeout-2.2.0.tar.gz", hash = "sha256:3b0b95dabf3cb50bac9ef5ca912fa0cfc286526af17afc806824df20c2f72c90"}, + {file = "pytest_timeout-2.2.0-py3-none-any.whl", hash = "sha256:bde531e096466f49398a59f2dde76fa78429a09a12411466f88a07213e220de2"}, ] [package.dependencies] @@ -1849,4 +1849,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.1" python-versions = "^3.7" -content-hash = "be9dd73d9e34ee5c644cc72190556a963101627d522b7ce8202ea3d7029e2059" +content-hash = "c3c55152430ee3663a07628d903bf07008c3f5cb1aaa241fc1551e1454e239fa" diff --git a/pyproject.toml b/pyproject.toml index bb5fc31..ea108a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "^5.2" pytest-cov = "^4.1.0" flake8= ">=3" flake8-bugbear = "^22.1.11" -pytest-timeout = "^2.1.0" +pytest-timeout = "^2.2.0" [build-system] requires = ["poetry-core~=1.0"]