From f4de2fd2ee930f13b5bc58f5e581cde6b0ded995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 04:35:09 +0000 Subject: [PATCH 1/2] BUILD(pip): update pytest-timeout requirement Updates the requirements on [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) to permit the latest version. - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f6a5046082..fd5c186db79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ tests = [ "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<2.1", "pyaedt[integration-tests]", - "pytest-timeout>=2.3.0,<2.4", + "pytest-timeout>=2.3.0,<2.5", "pytest-xdist>=3.5.0,<3.7", "pyvista[io]>=0.38.0,<0.45", "scikit-rf>=0.30.0,<1.7", From 006471ae616343e5527f071297488c194878fb04 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Sat, 17 May 2025 04:37:54 +0000 Subject: [PATCH 2/2] chore: adding changelog file 6167.dependencies.md [dependabot-skip] --- doc/changelog.d/6167.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/6167.dependencies.md diff --git a/doc/changelog.d/6167.dependencies.md b/doc/changelog.d/6167.dependencies.md new file mode 100644 index 00000000000..73a5c22683e --- /dev/null +++ b/doc/changelog.d/6167.dependencies.md @@ -0,0 +1 @@ +update pytest-timeout requirement from <2.4,>=2.3.0 to >=2.3.0,<2.5 \ No newline at end of file