Skip to content

Commit 150dae4

Browse files
committed
Bump most dependencies to recent versions
This patch bumps most dependencies to recent versions, which should resolve many Dependabot alerts. In addition to that, it allows all the tests to finally run successfully.
1 parent 0bf7f0d commit 150dae4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements.client.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# The client has fewer requirements than the server code.
33
.
44
aniso8601==1.2.0
5-
click==6.7
6-
Flask-RESTful==0.3.4
7-
Flask-WTF==0.12
8-
Flask==0.12.2
9-
itsdangerous==0.24
10-
Jinja2==2.11.3
11-
MarkupSafe==1.1.1
5+
click==8.1.8
6+
Flask-RESTful==0.3.10
7+
Flask-WTF==1.2.0
8+
Flask==3.1.2
9+
itsdangerous==2.2.0
10+
Jinja2==3.1.6
11+
MarkupSafe==3.0.3
1212
python-gnupg==0.3.7
1313
pytz==2016.10
1414
SQLAlchemy==1.3.24
15-
Werkzeug==0.15.6
16-
WTForms==2.0.2
17-
pyyaml==5.1.2
15+
Werkzeug==3.1.3
16+
WTForms==3.2.1
17+
pyyaml==6.0.3

0 commit comments

Comments
 (0)