Skip to content

Commit abee7c6

Browse files
chore: update Python dependencies (#36)
1 parent 90f9d04 commit abee7c6

15 files changed

Lines changed: 1188 additions & 308 deletions
Lines changed: 77 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,118 @@
1-
alembic==1.15.1
1+
alembic==1.15.2
2+
Authlib==1.4.1
3+
azure-common==1.1.28
4+
azure-core==1.32.0
5+
azure-identity==1.19.0
6+
azure-mgmt-core==1.5.0
7+
azure-mgmt-rdbms==10.1.0
8+
azure-mgmt-resource==23.2.0
9+
azure-mgmt-subscription==3.1.1
210
babel==2.17.0
3-
bcrypt==4.3.0
11+
backports.tarfile==1.2.0
12+
bcrypt==4.2.1
413
bidict==0.23.1
514
blinker==1.9.0
15+
boto3==1.36.26
16+
botocore==1.36.26
617
Brotli==1.1.0
18+
cachetools==5.5.2
719
certifi==2025.1.31
820
cffi==1.17.1
921
charset-normalizer==3.4.1
1022
click==8.1.8
1123
cryptography==44.0.2
12-
Cython==0.29.28
1324
decorator==5.2.1
1425
dnspython==2.7.0
1526
email_validator==2.2.0
16-
Flask==2.3.3
17-
Flask-Babel==2.0.0
27+
Flask==3.1.0
28+
flask-babel==4.0.0
1829
Flask-Compress==1.17
19-
Flask-Gravatar==0.5.0
2030
Flask-Login==0.6.3
2131
Flask-Mail==0.10.0
22-
Flask-Migrate==3.1.0
32+
Flask-Migrate==4.1.0
2333
Flask-Paranoid==0.3.0
2434
Flask-Principal==0.4.0
25-
Flask-Script==2.0.5
26-
Flask-Security-Too==5.4.3
27-
Flask-SocketIO==5.2.0
28-
Flask-SQLAlchemy==2.5.1
35+
Flask-Security-Too==5.5.2
36+
Flask-SocketIO==5.5.1
37+
Flask-SQLAlchemy==3.1.1
2938
Flask-WTF==1.2.2
30-
greenlet==1.1.2
31-
gssapi==1.8.3
39+
google-api-core==2.24.2
40+
google-api-python-client==2.166.0
41+
google-auth==2.38.0
42+
google-auth-httplib2==0.2.0
43+
google-auth-oauthlib==1.2.1
44+
googleapis-common-protos==1.69.2
45+
greenlet==3.1.1
46+
gssapi==1.9.0
3247
h11==0.14.0
48+
httplib2==0.22.0
3349
idna==3.10
50+
importlib_metadata==8.6.1
3451
importlib_resources==6.5.2
52+
isodate==0.7.2
3553
itsdangerous==2.2.0
54+
jaraco.classes==3.4.0
55+
jaraco.context==6.0.1
56+
jaraco.functools==4.1.0
57+
jeepney==0.9.0
3658
Jinja2==3.1.6
59+
jmespath==1.0.1
60+
jsonformatter==0.3.4
61+
keyring==25.6.0
62+
ldap3==2.9.1
63+
libgravatar==1.0.4
3764
Mako==1.3.9
38-
MarkupSafe==2.1.5
65+
markdown-it-py==3.0.0
66+
MarkupSafe==3.0.2
67+
mdurl==0.1.2
68+
more-itertools==10.6.0
69+
msal==1.32.0
70+
msal-extensions==1.3.1
71+
msrest==0.7.1
72+
oauthlib==3.2.2
3973
paramiko==3.5.1
4074
passlib==1.7.4
41-
psutil==5.9.8
42-
psycopg2==2.8.6
75+
pillow==11.1.0
76+
proto-plus==1.26.1
77+
protobuf==6.30.2
78+
psutil==6.1.1
79+
psycopg==3.2.6
80+
psycopg-c==3.2.6
81+
pyasn1==0.6.1
82+
pyasn1_modules==0.4.2
4383
pycparser==2.22
84+
Pygments==2.19.1
85+
PyJWT==2.10.1
4486
PyNaCl==1.5.0
4587
pyotp==2.9.0
46-
pypng==0.20220715.0
88+
pyparsing==3.2.3
4789
python-dateutil==2.9.0.post0
4890
python-engineio==4.11.2
4991
python-socketio==5.12.1
50-
pytz==2023.4
51-
qrcode==7.4.2
92+
pytz==2025.2
93+
qrcode==8.0
5294
requests==2.32.3
95+
requests-oauthlib==2.0.0
96+
rich==14.0.0
97+
rsa==4.9
98+
s3transfer==0.11.3
99+
SecretStorage==3.3.3
100+
shellingham==1.5.4
53101
simple-websocket==1.1.0
54102
six==1.17.0
55-
SQLAlchemy==1.4.54
103+
speaklater3==1.4
104+
SQLAlchemy==2.0.40
56105
sqlparse==0.5.3
57106
sshtunnel==0.4.0
107+
typer==0.15.2
58108
typing_extensions==4.13.0
59-
urllib3==2.3.0
60-
Werkzeug==3.0.6
109+
ua-parser==1.0.1
110+
ua-parser-builtins==0.18.0.post1
111+
uritemplate==4.1.1
112+
urllib3==1.26.20
113+
user-agents==2.2.0
114+
Werkzeug==3.1.3
61115
wsproto==1.2.0
62116
WTForms==3.2.1
117+
zipp==3.21.0
63118
zstandard==0.23.0
Lines changed: 77 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,118 @@
1-
alembic==1.15.1
1+
alembic==1.15.2
2+
Authlib==1.4.1
3+
azure-common==1.1.28
4+
azure-core==1.32.0
5+
azure-identity==1.19.0
6+
azure-mgmt-core==1.5.0
7+
azure-mgmt-rdbms==10.1.0
8+
azure-mgmt-resource==23.2.0
9+
azure-mgmt-subscription==3.1.1
210
babel==2.17.0
3-
bcrypt==4.3.0
11+
backports.tarfile==1.2.0
12+
bcrypt==4.2.1
413
bidict==0.23.1
514
blinker==1.9.0
15+
boto3==1.36.26
16+
botocore==1.36.26
617
Brotli==1.1.0
18+
cachetools==5.5.2
719
certifi==2025.1.31
820
cffi==1.17.1
921
charset-normalizer==3.4.1
1022
click==8.1.8
1123
cryptography==44.0.2
12-
Cython==3.0.12
1324
decorator==5.2.1
1425
dnspython==2.7.0
1526
email_validator==2.2.0
16-
Flask==2.3.3
17-
Flask-Babel==2.0.0
27+
Flask==3.1.0
28+
flask-babel==4.0.0
1829
Flask-Compress==1.17
19-
Flask-Gravatar==0.5.0
2030
Flask-Login==0.6.3
2131
Flask-Mail==0.10.0
22-
Flask-Migrate==3.1.0
32+
Flask-Migrate==4.1.0
2333
Flask-Paranoid==0.3.0
2434
Flask-Principal==0.4.0
25-
Flask-Script==2.0.5
26-
Flask-Security-Too==5.4.3
27-
Flask-SocketIO==5.2.0
28-
Flask-SQLAlchemy==2.5.1
35+
Flask-Security-Too==5.5.2
36+
Flask-SocketIO==5.5.1
37+
Flask-SQLAlchemy==3.1.1
2938
Flask-WTF==1.2.2
30-
greenlet==3.0.3
31-
gssapi==1.8.3
39+
google-api-core==2.24.2
40+
google-api-python-client==2.166.0
41+
google-auth==2.38.0
42+
google-auth-httplib2==0.2.0
43+
google-auth-oauthlib==1.2.1
44+
googleapis-common-protos==1.69.2
45+
greenlet==3.1.1
46+
gssapi==1.9.0
3247
h11==0.14.0
48+
httplib2==0.22.0
3349
idna==3.10
50+
importlib_metadata==8.6.1
3451
importlib_resources==6.5.2
52+
isodate==0.7.2
3553
itsdangerous==2.2.0
54+
jaraco.classes==3.4.0
55+
jaraco.context==6.0.1
56+
jaraco.functools==4.1.0
57+
jeepney==0.9.0
3658
Jinja2==3.1.6
59+
jmespath==1.0.1
60+
jsonformatter==0.3.4
61+
keyring==25.6.0
62+
ldap3==2.9.1
63+
libgravatar==1.0.4
3764
Mako==1.3.9
38-
MarkupSafe==2.1.5
65+
markdown-it-py==3.0.0
66+
MarkupSafe==3.0.2
67+
mdurl==0.1.2
68+
more-itertools==10.6.0
69+
msal==1.32.0
70+
msal-extensions==1.3.1
71+
msrest==0.7.1
72+
oauthlib==3.2.2
3973
paramiko==3.5.1
4074
passlib==1.7.4
41-
psutil==5.9.8
42-
psycopg2==2.9.10
75+
pillow==11.1.0
76+
proto-plus==1.26.1
77+
protobuf==6.30.2
78+
psutil==6.1.1
79+
psycopg==3.2.6
80+
psycopg-c==3.2.6
81+
pyasn1==0.6.1
82+
pyasn1_modules==0.4.2
4383
pycparser==2.22
84+
Pygments==2.19.1
85+
PyJWT==2.10.1
4486
PyNaCl==1.5.0
4587
pyotp==2.9.0
46-
pypng==0.20220715.0
88+
pyparsing==3.2.3
4789
python-dateutil==2.9.0.post0
4890
python-engineio==4.11.2
4991
python-socketio==5.12.1
50-
pytz==2023.4
51-
qrcode==7.4.2
92+
pytz==2025.2
93+
qrcode==8.0
5294
requests==2.32.3
95+
requests-oauthlib==2.0.0
96+
rich==14.0.0
97+
rsa==4.9
98+
s3transfer==0.11.3
99+
SecretStorage==3.3.3
100+
shellingham==1.5.4
53101
simple-websocket==1.1.0
54102
six==1.17.0
55-
SQLAlchemy==1.4.54
103+
speaklater3==1.4
104+
SQLAlchemy==2.0.40
56105
sqlparse==0.5.3
57106
sshtunnel==0.4.0
107+
typer==0.15.2
58108
typing_extensions==4.13.0
59-
urllib3==2.3.0
60-
Werkzeug==3.0.6
109+
ua-parser==1.0.1
110+
ua-parser-builtins==0.18.0.post1
111+
uritemplate==4.1.1
112+
urllib3==1.26.20
113+
user-agents==2.2.0
114+
Werkzeug==3.1.3
61115
wsproto==1.2.0
62116
WTForms==3.2.1
117+
zipp==3.21.0
63118
zstandard==0.23.0

0 commit comments

Comments
 (0)