Skip to content

Commit 96470d2

Browse files
committed
fixup! Bump most dependencies to recent versions
1 parent 8a4a515 commit 96470d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.client.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.
44
aniso8601==1.2.0
55
click==8.1.8
6+
cython<3.0.0
67
Flask-RESTful==0.3.10
78
Flask-WTF==1.2.0
89
Flask==3.1.2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
},
118118
install_requires=[
119119
"six",
120+
"cython<3.0.0",
120121
"aniso8601==1.2.0",
121122
"Flask==3.1.2",
122123
"Flask-RESTful==0.3.10",

0 commit comments

Comments
 (0)