Skip to content

Commit 44bc84d

Browse files
authored
[Comp-758-2] freeze requiremetns (#674)
1 parent 0f0cd79 commit 44bc84d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

compliance-api/requirements.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1-
alembic==1.17.2
1+
alembic==1.18.0
22
aniso8601==10.0.1
33
attrs==25.4.0
44
beautifulsoup4==4.13.3
55
blinker==1.9.0
66
cachelib==0.13.0
7-
certifi==2025.11.12
7+
certifi==2026.1.4
88
charset-normalizer==3.4.4
99
click==8.3.1
1010
ecdsa==0.19.1
1111
et_xmlfile==2.0.0
1212
Flask==3.1.2
1313
Flask-Caching==2.3.1
14-
flask-cors==6.0.1
14+
flask-cors==6.0.2
1515
flask-jwt-oidc==0.7.0
1616
Flask-Mail==0.10.0
1717
flask-marshmallow==1.2.1
1818
Flask-Migrate==4.1.0
1919
Flask-Moment==1.0.6
2020
flask-restx==1.3.2
2121
Flask-SQLAlchemy==3.1.1
22-
greenlet==3.2.4
22+
greenlet==3.3.0
2323
gunicorn==23.0.0
2424
idna==3.11
2525
importlib_resources==6.5.2
2626
itsdangerous==2.2.0
2727
Jinja2==3.1.6
28-
jsonschema==4.25.1
28+
jsonschema==4.26.0
2929
jsonschema-specifications==2025.9.1
30+
lxml==5.1.0
3031
Mako==1.3.10
3132
MarkupSafe==3.0.3
3233
marshmallow==3.18.0
@@ -41,6 +42,7 @@ pyasn1==0.6.1
4142
pycryptodome==3.20.0
4243
pyhumps==3.8.0
4344
python-dateutil==2.9.0.post0
45+
python-docx==1.1.2
4446
python-dotenv==1.2.1
4547
python-jose==3.5.0
4648
pytz==2025.2
@@ -50,13 +52,13 @@ rpds-py==0.30.0
5052
rsa==4.9.1
5153
secure==1.0.1
5254
six==1.17.0
53-
soupsieve==2.8
54-
SQLAlchemy==2.0.44
55+
soupsieve==2.8.1
56+
SQLAlchemy==2.0.45
5557
SQLAlchemy-Continuum==1.5.2
56-
SQLAlchemy-Utils==0.42.0
58+
SQLAlchemy-Utils==0.42.1
5759
tenacity==9.0.0
58-
tomli==2.3.0
60+
tomli==2.4.0
5961
typing_extensions==4.15.0
60-
tzdata==2025.2
61-
urllib3==2.5.0
62-
Werkzeug==3.1.4
62+
tzdata==2025.3
63+
urllib3==2.6.3
64+
Werkzeug==3.1.5

0 commit comments

Comments
 (0)