Skip to content

Commit a071553

Browse files
committed
Update mtw_requirements.txt
1 parent bd68eab commit a071553

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flask-app/mtw_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Version 1.6.2
22
### Python 3.11 ###
33
arrow==1.3.0
4-
bcrypt==4.0.1 ## NOT python-bcrypt !!!
4+
bcrypt==4.1.1 ## NOT python-bcrypt !!!
55
cachelib==0.9.0 ## 0.10+ incompatible with Flask-caching 2.0.2 !
66
certifi==2023.11.17
77
cffi==1.16.0
@@ -16,7 +16,7 @@ Flask-Paranoid==0.3.0
1616
#Run: pip install https://github.com/filak/flask-session/archive/refs/heads/main.zip
1717
flask-talisman==1.1.0
1818
future==0.18.3
19-
idna==3.4
19+
idna==3.6
2020
itsdangerous==2.1.2
2121
Jinja2==3.1.2
2222
MarkupSafe==2.1.3
@@ -30,9 +30,9 @@ urllib3==1.26.18
3030
### (optional) If deploying with Waitress (https://github.com/Pylons/waitress):
3131
waitress==2.1.2
3232
Werkzeug==3.0.1
33-
wheel==0.41.3
33+
wheel==0.42.0
3434
### (optional) If building for Windows:
35-
pyinstaller==6.2.0
35+
pyinstaller==6.3.0
3636
pyinstaller-hooks-contrib==2023.10
3737
## Install pywin32
3838
pywin32==306

0 commit comments

Comments
 (0)