This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.13 by this push:
new 0966c6db58 [To rel/0.13] fix python ci
0966c6db58 is described below
commit 0966c6db58c8cc34a650940dcfa7b71df79abcd6
Author: Haonan <[email protected]>
AuthorDate: Thu Dec 8 11:55:57 2022 +0800
[To rel/0.13] fix python ci
---
client-py/requirements_dev.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client-py/requirements_dev.txt b/client-py/requirements_dev.txt
index 824831a319..1bee72f356 100644
--- a/client-py/requirements_dev.txt
+++ b/client-py/requirements_dev.txt
@@ -18,10 +18,10 @@
-r requirements.txt
# Pytest to run tests
-pytest==6.2.2
+pytest==7.2.0
thrift==0.14.1
flake8==3.9.0
black==20.8b1
# For releases
twine==3.4.1
-wheel==0.36.2
\ No newline at end of file
+wheel==0.36.2