Skip to content

Commit 30bfa6b

Browse files
chore(deps): bump python-multipart in /apps/backend
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.26 to 0.0.27. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.26...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25af0d9 commit 30bfa6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.13"
66
dependencies = [
77
"fastapi==0.128.4",
88
"uvicorn==0.40.0",
9-
"python-multipart==0.0.26",
9+
"python-multipart==0.0.27",
1010
"pydantic==2.12.5",
1111
"pydantic-settings==2.12.0",
1212
"tinydb==4.8.2",

apps/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fastapi==0.128.4
22
uvicorn==0.40.0
3-
python-multipart==0.0.26
3+
python-multipart==0.0.27
44
pydantic==2.12.5
55
pydantic-settings==2.12.0
66
tinydb==4.8.2

0 commit comments

Comments
 (0)