Skip to content

Commit

Permalink
Merge pull request #16 from Aivis-Project/dependabot/pip/python-multi…
Browse files Browse the repository at this point in the history
…part-0.0.18

Build(deps): Bump python-multipart from 0.0.17 to 0.0.18
  • Loading branch information
tsukumijima authored Dec 2, 2024
2 parents 462d598 + 5e23258 commit cd42b4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ python = "~3.11"
numpy = "^1.26.0"
fastapi-slim = "^0.115.5"
jinja2 = "^3.1.3" # NOTE: required by fastapi.templating.Jinja2Templates (fastapi-slim's unmanaged dependency)
python-multipart = "^0.0.17" # NOTE: required by fastapi.Form (fastapi-slim's unmanaged dependency)
python-multipart = "^0.0.18" # NOTE: required by fastapi.Form (fastapi-slim's unmanaged dependency)
uvicorn = "^0.32.1"
soundfile = "^0.12.1"
pyyaml = "^6.0.1"
Expand Down

0 comments on commit cd42b4b

Please sign in to comment.