This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 4ec850e57 main: Update dependency pytest to ~=7.4.4 (#1668)
4ec850e57 is described below
commit 4ec850e574793fbc2205595aa02cceff437e4b10
Author: Mend Renovate <[email protected]>
AuthorDate: Sun May 25 07:35:17 2025 +0200
main: Update dependency pytest to ~=7.4.4 (#1668)
---
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..3d1977e47 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~=7.4.4
pytest-cov>=2.8.1
pytest-randomly>=3.12.0
mypy>=1.4.1