Skip to content

Commit 190d440

Browse files
committed
Update mtw_requirements.txt
1 parent 41984f1 commit 190d440

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

flask-app/mtw_requirements.txt

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
### Version 1.7.4 ###
1+
### Version 1.7.5 ###
22
### Python 3.12 ###
3-
arrow==1.3.0
4-
bcrypt==4.3.0 ## NOT python-bcrypt !!!
3+
arrow==1.4.0
4+
bcrypt==5.0.0 ## NOT python-bcrypt !!!
55
cachelib==0.13.0
6-
certifi==2025.8.3
7-
cffi==2.0.0
6+
certifi==2026.1.4
87
colorama==0.4.6
98
diff_match_patch==20241021
109
Flask==3.1.2
@@ -15,20 +14,19 @@ Flask-SeaSurf==2.0.0
1514
Flask-Session==0.8.0
1615
flask-talisman==1.1.0
1716
future==1.0.0
18-
idna==3.10
1917
itsdangerous==2.2.0
2018
Jinja2==3.1.6
21-
MarkupSafe==3.0.2
22-
pip_audit==2.9.0 ## Run: pip freeze > requirements.txt ; pip-audit ; pip-audit -r mtw_requirements.txt
19+
MarkupSafe==3.0.3
20+
pip_audit==2.10.0 ## Run: pip freeze > requirements.txt ; pip-audit ; pip-audit -r mtw_requirements.txt
2321
pyuca==1.2
2422
requests==2.32.5
2523
requests_futures==1.0.2
2624
urllib3==2.6.3
2725
waitress==3.0.2
28-
Werkzeug==3.1.4
26+
Werkzeug==3.1.5
2927
### (optional) If building for Windows:
30-
pyinstaller==6.16.0; sys_platform == "win32"
31-
pyinstaller-hooks-contrib==2025.8; sys_platform == "win32"
28+
pyinstaller==6.18.0; sys_platform == "win32"
29+
pyinstaller-hooks-contrib==2025.11; sys_platform == "win32"
3230
## Install pywin32
3331
pywin32==311; sys_platform == "win32"
3432
## and run in CMD as Admin with activated VENV (!):

0 commit comments

Comments
 (0)