Skip to content

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ click==8.1.7
1313
clickclick==20.10.2
1414
connexion[flask,uvicorn]==3.1.0
1515
constantly==23.10.4
16-
cryptography==43.0.1
16+
cryptography>=44.0.1
1717
Deprecated==1.2.14
1818
Flask==3.0.3
1919
gunicorn==23.0.0
@@ -26,7 +26,7 @@ idna==3.10
2626
incremental==24.7.2
2727
inflection==0.5.1
2828
itsdangerous==2.2.0
29-
Jinja2==3.1.4
29+
jinja2>=3.1.5
3030
jsonschema==4.23.0
3131
jsonschema-path==0.3.3
3232
jsonschema-specifications==2023.12.1
@@ -41,11 +41,11 @@ pyasn1==0.6.1
4141
pyasn1_modules==0.4.1
4242
pycparser==2.22
4343
PyJWT==2.9.0
44-
pyOpenSSL==24.2.1
44+
pyOpenSSL>=24.2.1
4545
pyrsistent==0.20.0
4646
python-dotenv==1.0.1
4747
python-gnupg==0.5.3
48-
python-multipart==0.0.10
48+
python-multipart>=0.0.18
4949
PyYAML==6.0.2
5050
ratelimit==2.2.1
5151
referencing==0.35.1
@@ -57,7 +57,7 @@ service-identity==24.1.0
5757
setuptools==75.1.0
5858
six==1.16.0
5959
sniffio==1.3.1
60-
starlette==0.39.1
60+
starlette>=0.40.0
6161
Twisted==24.7.0
6262
typing_extensions==4.12.2
6363
urllib3==2.2.3
@@ -66,6 +66,6 @@ uvloop==0.20.0
6666
uWSGI==2.0.27
6767
watchfiles==0.24.0
6868
websockets==13.1
69-
Werkzeug==3.0.4
69+
werkzeug>=3.0.6
7070
wrapt==1.16.0
7171
zope.interface==7.0.3

0 commit comments

Comments
 (0)