File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
### Version 1.6.2
2
2
### Python 3.11 ###
3
3
arrow==1.3.0
4
- bcrypt==4.0 .1 ## NOT python-bcrypt !!!
4
+ bcrypt==4.1 .1 ## NOT python-bcrypt !!!
5
5
cachelib==0.9.0 ## 0.10+ incompatible with Flask-caching 2.0.2 !
6
6
certifi==2023.11.17
7
7
cffi==1.16.0
@@ -16,7 +16,7 @@ Flask-Paranoid==0.3.0
16
16
#Run: pip install https://github.com/filak/flask-session/archive/refs/heads/main.zip
17
17
flask-talisman==1.1.0
18
18
future==0.18.3
19
- idna==3.4
19
+ idna==3.6
20
20
itsdangerous==2.1.2
21
21
Jinja2==3.1.2
22
22
MarkupSafe==2.1.3
@@ -30,9 +30,9 @@ urllib3==1.26.18
30
30
### (optional) If deploying with Waitress (https://github.com/Pylons/waitress):
31
31
waitress==2.1.2
32
32
Werkzeug==3.0.1
33
- wheel==0.41.3
33
+ wheel==0.42.0
34
34
### (optional) If building for Windows:
35
- pyinstaller==6.2 .0
35
+ pyinstaller==6.3 .0
36
36
pyinstaller-hooks-contrib==2023.10
37
37
## Install pywin32
38
38
pywin32==306
You can’t perform that action at this time.
0 commit comments