This is an automated email from the ASF dual-hosted git repository. snazy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push: new 5c2dcca63 main: Update dependency pytest to v8 (#1710) 5c2dcca63 is described below commit 5c2dcca6369d46cf4f6a1fae4cefdd209d11495d Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Tue Jun 3 09:25:01 2025 +0200 main: Update dependency pytest to v8 (#1710) --- client/python/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/python/test-requirements.txt b/client/python/test-requirements.txt index d1748ca82..10d3a49d5 100644 --- a/client/python/test-requirements.txt +++ b/client/python/test-requirements.txt @@ -17,7 +17,7 @@ # under the License. # -pytest~=7.1.3 +pytest~=8.4.0 pytest-cov>=2.8.1 pytest-randomly>=3.12.0 mypy>=1.4.1