From 12353d348921372cc0db794f23ed5baf4f60b023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:57:12 +0000 Subject: [PATCH] Update py requirement from >=1.4.31 to >=1.11.0 Updates the requirements on [py](https://github.com/pytest-dev/py) to permit the latest version. - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.4.31...1.11.0) --- updated-dependencies: - dependency-name: py dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 80a5be1fd..60a68d094 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ nose>=1.3.7 pytest pytest-cov pluggy>=0.3.1 -py>=1.4.31 +py>=1.11.0 randomize>=0.13 mock>=2.0.0 sphinx>=1.4 # BSD