Skip to content

Commit

Permalink
Update python-multipart requirement from 0.0.9 to 0.0.17 in /backend
Browse files Browse the repository at this point in the history
Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version.
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.9...0.0.17)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 7ee7526 commit 9760b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pydantic-settings = "2.2.1"
python-decouple = "3.8"
python-dotenv = "1.0.1"
PyJWT= "2.8.0"
python-multipart = "0.0.9"
python-multipart = "0.0.17"
python-slugify = "8.0.4"
trio = "0.25.0"
uvicorn = "0.30.6"
Expand Down Expand Up @@ -53,7 +53,7 @@ pydantic-settings = "2.2.1"
python-decouple = "3.8"
python-dotenv = "1.0.1"
PyJWT= "2.8.0"
python-multipart = "0.0.9"
python-multipart = "0.0.17"
python-slugify = "8.0.4"
trio = "0.25.0"
uvicorn = "0.30.6"
Expand Down

0 comments on commit 9760b46

Please sign in to comment.