Merge pull request #73 from presenton/fix/security
fix(fastapi): changes requirements version to fix security vulnerability
This commit is contained in:
commit
46f7ee1713
1 changed files with 4 additions and 4 deletions
|
|
@ -63,10 +63,10 @@ orjson==3.10.18
|
|||
packaging==24.2
|
||||
pdfminer.six==20250327
|
||||
pdfplumber==0.11.6
|
||||
pillow==11.2.1
|
||||
pillow==11.3.0
|
||||
propcache==0.3.1
|
||||
proto-plus==1.26.1
|
||||
protobuf==6.31.0
|
||||
protobuf==6.31.1
|
||||
py_rust_stemmers==0.1.5
|
||||
pyasn1==0.6.1
|
||||
pyasn1_modules==0.4.2
|
||||
|
|
@ -84,7 +84,7 @@ python-pptx==1.0.2
|
|||
PyYAML==6.0.2
|
||||
redis==6.2.0
|
||||
regex==2024.11.6
|
||||
requests==2.32.3
|
||||
requests==2.32.4
|
||||
requests-toolbelt==1.0.0
|
||||
rich==14.0.0
|
||||
rich-toolkit==0.14.6
|
||||
|
|
@ -103,7 +103,7 @@ typer==0.15.4
|
|||
typing-inspect==0.9.0
|
||||
typing-inspection==0.4.0
|
||||
typing_extensions==4.13.2
|
||||
urllib3==2.4.0
|
||||
urllib3==2.5.0
|
||||
uvicorn==0.34.2
|
||||
uvloop==0.21.0
|
||||
watchfiles==1.0.5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue