From 7e6f8d9d7f17853bd881b0043faf6017e42c0018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:44:51 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-timeout from 2.1.0 to 2.2.0 in /app Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.1.0 to 2.2.0. - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/poetry.lock | 10 +++++----- app/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index 05624ec..e283a92 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -894,13 +894,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] @@ -1331,4 +1331,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "58e6c026ca590ab54850d15bdbc64409c3a2591a8d8382382ef55a371f761857" +content-hash = "c97737c77bc634031bb920201207b6864432fb1058cf69e841c6ff6d92c5e8e6" diff --git a/app/pyproject.toml b/app/pyproject.toml index 4680de4..215d516 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.1" -pytest-timeout = "^2.1.0" +pytest-timeout = "^2.2.0" [build-system] requires = ["poetry-core>=1.0.0"]