From 2007731fc9b9e67010b8fbf95ffeabb181f92fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:54:29 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-timeout from 2.1.0 to 2.3.1 in /app Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.1.0 to 2.3.1. - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.1.0...2.3.1) --- updated-dependencies: - dependency-name: pytest-timeout dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/poetry.lock | 12 ++++++------ app/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index ef62545..0cb8ff3 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -894,17 +894,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-timeout" -version = "2.1.0" +version = "2.3.1" 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.3.1.tar.gz", hash = "sha256:12397729125c6ecbdaca01035b9e5239d4db97352320af155b3f5de1ba5165d9"}, + {file = "pytest_timeout-2.3.1-py3-none-any.whl", hash = "sha256:68188cb703edfc6a18fad98dc25a3c61e9f24d644b0b70f33af545219fc7813e"}, ] [package.dependencies] -pytest = ">=5.0.0" +pytest = ">=7.0.0" [[package]] name = "python-dateutil" @@ -1332,4 +1332,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d2898374a7c98c69ce81f7367275d8f993d1d4a6d1daea382f0be281d9d2e037" +content-hash = "a327192151301f82b8ae0fc8e599d2a5c0ebbae2effafa924a5a6c7c6106c7a0" diff --git a/app/pyproject.toml b/app/pyproject.toml index 682e6cd..c770895 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -25,7 +25,7 @@ coverage = "^7.3.4" mypy = "^1.5.1" isort = "^5.12.0" httpx = "^0.25.2" -pytest-timeout = "^2.1.0" +pytest-timeout = "^2.3.1" [build-system] requires = ["poetry-core>=1.0.0"]