Skip to content

Commit cd9809f

Browse files
Bump python-multipart from 0.0.20 to 0.0.26
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.26. - [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.20...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2edd64e commit cd9809f

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
# Utilities
3636
"python-dotenv>=1.0.1",
3737
"jinja2>=3.1.5",
38-
"python-multipart>=0.0.20",
38+
"python-multipart>=0.0.26",
3939
# S3/Storage
4040
"boto3>=1.35.0",
4141
# Background Tasks
@@ -44,7 +44,7 @@ dependencies = [
4444
# Authentication & Security
4545
"python-jose[cryptography]>=3.3.0",
4646
"passlib[bcrypt]>=1.7.4",
47-
"python-multipart>=0.0.20", # For form data
47+
"python-multipart>=0.0.26", # For form data
4848
"email-validator>=2.2.0",
4949
]
5050

uv.lock

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)