Skip to content

Commit 1d06e8e

Browse files
Update dependencies for Python 3.13
1 parent a583352 commit 1d06e8e

File tree

1 file changed

+23
-30
lines changed

1 file changed

+23
-30
lines changed

requirements.txt

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,26 @@
1-
alembic==1.13.1
2-
attrs==21.2.0
3-
autopep8==1.5.5
4-
certifi==2020.12.5
5-
chardet==4.0.0
6-
click==8.1.7
7-
Flask==3.0.2
8-
Flask-Cors==3.0.10
9-
Flask-Migrate==4.0.5
1+
alembic==1.14.1
2+
blinker==1.9.0
3+
certifi==2025.1.31
4+
charset-normalizer==3.4.1
5+
click==8.1.8
6+
Flask==3.1.0
7+
Flask-Cors==5.0.0
8+
Flask-Migrate==4.1.0
109
Flask-SQLAlchemy==3.1.1
11-
gunicorn==21.2.0
12-
idna==2.10
10+
gunicorn==23.0.0
11+
idna==3.10
1312
iniconfig==2.0.0
14-
itsdangerous==2.1.2
15-
Jinja2==3.1.3
16-
Mako==1.3.2
17-
MarkupSafe==2.1.5
18-
packaging==20.9
19-
pluggy==1.4.0
20-
psycopg2-binary==2.9.9
21-
py==1.11.0
22-
pycodestyle==2.6.0
23-
pyparsing==2.4.7
24-
pytest==8.0.0
25-
python-dateutil==2.8.1
13+
itsdangerous==2.2.0
14+
Jinja2==3.1.5
15+
Mako==1.3.9
16+
MarkupSafe==3.0.2
17+
packaging==24.2
18+
pluggy==1.5.0
19+
psycopg2-binary==2.9.10
20+
pytest==8.3.4
2621
python-dotenv==1.0.1
27-
python-editor==1.0.4
28-
requests==2.25.1
29-
six==1.15.0
30-
SQLAlchemy==2.0.25
31-
toml==0.10.2
32-
urllib3==1.26.4
33-
Werkzeug==3.0.1
22+
requests==2.32.3
23+
SQLAlchemy==2.0.38
24+
typing_extensions==4.12.2
25+
urllib3==2.3.0
26+
Werkzeug==3.1.3

0 commit comments

Comments
 (0)