This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch release-2.73
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.73 by this push:
     new b0872da224b Bump Pytest Bounds (#38218) (#38259)
b0872da224b is described below

commit b0872da224b1f8f52536ee9b8b78bae7ca678845
Author: Shunping Huang <[email protected]>
AuthorDate: Tue Apr 21 15:45:33 2026 -0400

    Bump Pytest Bounds (#38218) (#38259)
    
    Co-authored-by: Jack McCluskey 
<[email protected]>
---
 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 d4b70af5e88..e831a0bd90d 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -474,7 +474,7 @@ if __name__ == '__main__':
               'requests_mock>=1.7,<2.0',
               # google-adk 1.28+ requires tenacity>=9,<10 (conflicts with <9).
               'tenacity>=8.0.0,<10',
-              'pytest>=7.1.2,<9.0',
+              'pytest>=7.1.2,<10.0',
               'pytest-xdist>=2.5.0,<4',
               'pytest-timeout>=2.1.0,<3',
               'scikit-learn>=0.20.0,<1.8.0',

Reply via email to