fix(deps): update python-multipart to >=0.0.20 in CI and test configs

This commit is contained in:
Chesars
2026-03-03 15:10:39 -03:00
parent dad7805b42
commit dc9f5a5cc4
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ apscheduler: >=3.10.4 # Unknown license
fastapi-sso: >=0.16.0 # Unknown license
filelock: >=3.20.0 # Unlicense (public domain) - https://unlicense.org / https://github.com/tox-dev/filelock
pyjwt: >=2.9.0 # Unknown license
python-multipart: >=0.0.22 # Unknown license
python-multipart: >=0.0.20 # Unknown license
pillow: >=11.0.0 # Unknown license
azure-ai-contentsafety: >=1.0.0 # Unknown license
azure-identity: >=1.16.1 # Unknown license
+1 -1
View File
@@ -20,7 +20,7 @@
"apscheduler:3.10.4": "MIT",
"fastapi-sso:0.16.0": "MIT",
"pyjwt:2.9.0": "MIT",
"python-multipart:0.0.22": "Apache-2.0",
"python-multipart:0.0.20": "Apache-2.0",
"Pillow:11.0.0": "MIT-CMU",
"azure-ai-contentsafety:1.0.0": "MIT License",
"azure-identity:1.16.1": "MIT License",