diff --git a/app/poetry.lock b/app/poetry.lock index 1bcfbb4..7ba698b 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -892,13 +892,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[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" 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] @@ -1329,4 +1329,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e8209a2da134c7534d3b3fc2e7b8e9c6e1025a064b688de304a53a970b1931a6" +content-hash = "ff02e8c5b6eefe5b28977778911411c2465a9ad944b76bab229f01d3a35060cf" diff --git a/app/pyproject.toml b/app/pyproject.toml index 8689583..f837ad9 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -25,7 +25,7 @@ coverage = "^7.3.2" mypy = "^1.5.1" isort = "^5.12.0" httpx = "^0.25.0" -pytest-timeout = "^2.1.0" +pytest-timeout = "^2.2.0" [build-system] requires = ["poetry-core>=1.0.0"]