From 6ae98ca7a2dbbaea8486ab72c517f9b90c207fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 02:03:24 +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-asyncio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements-asyncio.txt b/test-requirements-asyncio.txt index 9f709dccce..cb7bc3f68b 100644 --- a/test-requirements-asyncio.txt +++ b/test-requirements-asyncio.txt @@ -1,6 +1,6 @@ isort pluggy>=1.6.0 -py>=1.4.31 +py>=1.11.0 pytest pytest-cov randomize>=0.13