From 7d9342b66221430dbdae1418e287abffdd3978ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 16:22:18 +0000 Subject: [PATCH] Update pytest-timeout requirement in /sdks/python Updates the requirements on [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-timeout/releases) - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/1.3.3...2.1.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 96afb23c5481..872671c5ad30 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -251,7 +251,7 @@ def get_portability_package_data(): 'tenacity>=5.0.2,<6.0', 'pytest>=4.4.0,<5.0', 'pytest-xdist>=1.29.0,<2', - 'pytest-timeout>=1.3.3,<2', + 'pytest-timeout>=1.3.3,<3', 'scikit-learn>=0.20.0', 'sqlalchemy>=1.3,<2.0', 'psycopg2-binary>=2.8.5,<3.0.0',