Skip to content

Commit daea967

Browse files
committed
Bump Flask version
1 parent f442125 commit daea967

1 file changed

Lines changed: 28 additions & 9 deletions

File tree

requirements.txt

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,48 @@
1+
aiohttp==3.8.4
2+
aiosignal==1.3.1
13
alembic==1.8.1
4+
async-timeout==4.0.2
5+
attrs==23.1.0
6+
autopep8==2.0.2
7+
blinker==1.6.2
28
certifi==2022.6.15
39
charset-normalizer==2.1.0
410
click==8.1.3
5-
Flask==2.1.2
11+
Flask==2.3.2
12+
flask-marshmallow==0.15.0
613
Flask-Migrate==3.1.0
714
Flask-Script==2.0.6
815
Flask-SQLAlchemy==3.0.3
9-
flask-marshmallow==0.15.0
10-
marshmallow==3.19.0
11-
marshmallow-sqlalchemy==0.29.0
12-
greenlet>=1.1.2
16+
frozenlist==1.3.3
17+
greenlet==2.0.2
1318
gunicorn==20.1.0
1419
idna==3.3
1520
importlib-metadata==4.12.0
1621
itsdangerous==2.1.2
1722
Jinja2==3.1.2
1823
Mako==1.2.2
1924
MarkupSafe==2.1.1
25+
marshmallow==3.19.0
26+
marshmallow-sqlalchemy==0.29.0
27+
multidict==6.0.4
28+
numpy==1.24.3
29+
packaging==23.1
30+
pandas==2.0.2
2031
pathspec==0.9.0
2132
psycopg2==2.9.3
33+
pycodestyle==2.10.0
34+
python-dateutil==2.8.2
35+
python-decouple==3.8
36+
python-dotenv==1.0.0
37+
pytz==2023.3
2238
PyYAML==6.0
2339
requests==2.28.1
40+
six==1.16.0
2441
SQLAlchemy==2.0.15
42+
tomli==2.0.1
43+
typing_extensions==4.5.0
44+
tzdata==2023.3
2545
urllib3==1.26.10
26-
Werkzeug==2.1.2
27-
zipp==3.8.0
28-
python-decouple==3.8
29-
aiohttp==3.8.4
46+
Werkzeug==2.3.4
47+
yarl==1.9.2
48+
zipp==3.8.0

0 commit comments

Comments
 (0)