Skip to content

Bump python-multipart from 0.0.21 to 0.0.22#1560

Merged
frankie567 merged 1 commit intomasterfrom
dependabot/pip/python-multipart-0.0.22
Feb 5, 2026
Merged

Bump python-multipart from 0.0.21 to 0.0.22#1560
frankie567 merged 1 commit intomasterfrom
dependabot/pip/python-multipart-0.0.22

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps python-multipart from 0.0.21 to 0.0.22.

Release notes

Sourced from python-multipart's releases.

Version 0.0.22

What's Changed

  • Drop directory path from filename in File 9433f4b.

Full Changelog: Kludex/python-multipart@0.0.21...0.0.22

Changelog

Sourced from python-multipart's changelog.

0.0.22 (2026-01-25)

  • Drop directory path from filename in File 9433f4b.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.21 to 0.0.22.
- [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.21...0.0.22)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-version: 0.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 26, 2026
dwdozier added a commit to dwdozier/vibomat that referenced this pull request Jan 27, 2026
…ream fix

Add temporary ignore rule for python-multipart dependency updates in Dependabot
configuration and document the security situation.

**Problem:**
- Dependabot failing to update python-multipart from 0.0.21 to 0.0.22
- fastapi-users==15.0.3 (latest) has strict pin on python-multipart==0.0.21
- Dependency resolution fails when attempting to update

**Root Cause:**
fastapi-users hasn't released a version supporting python-multipart 0.0.22 yet.
PR #1560 is open but not merged: fastapi-users/fastapi-users#1560

**Changes:**
1. Added ignore rule to .github/dependabot.yml for python-multipart patches
2. Created SECURITY_ADVISORY_python_multipart.md documenting:
   - Current dependency constraint
   - Security implications (LOW-MEDIUM risk)
   - Mitigation strategy (Docker isolation, FastAPI validation)
   - Action items for resolution

**Security Posture:**
- python-multipart 0.0.22 fixes path traversal in file uploads
- Impact is LOW: we don't extensively use file uploads
- FastAPI validation + Docker containerization provide defense-in-depth

**Next Steps:**
- Monitor upstream PR #1560
- Update when fastapi-users releases new version
- Remove Dependabot ignore and delete advisory

Fixes Dependabot action run 21383272247.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
dwdozier added a commit to dwdozier/vibomat that referenced this pull request Jan 27, 2026
…ream fix (#109)

Add temporary ignore rule for python-multipart dependency updates in Dependabot
configuration and document the security situation.

**Problem:**
- Dependabot failing to update python-multipart from 0.0.21 to 0.0.22
- fastapi-users==15.0.3 (latest) has strict pin on python-multipart==0.0.21
- Dependency resolution fails when attempting to update

**Root Cause:**
fastapi-users hasn't released a version supporting python-multipart 0.0.22 yet.
PR #1560 is open but not merged: fastapi-users/fastapi-users#1560

**Changes:**
1. Added ignore rule to .github/dependabot.yml for python-multipart patches
2. Created SECURITY_ADVISORY_python_multipart.md documenting:
   - Current dependency constraint
   - Security implications (LOW-MEDIUM risk)
   - Mitigation strategy (Docker isolation, FastAPI validation)
   - Action items for resolution

**Security Posture:**
- python-multipart 0.0.22 fixes path traversal in file uploads
- Impact is LOW: we don't extensively use file uploads
- FastAPI validation + Docker containerization provide defense-in-depth

**Next Steps:**
- Monitor upstream PR #1560
- Update when fastapi-users releases new version
- Remove Dependabot ignore and delete advisory

Fixes Dependabot action run 21383272247.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
@frankie567 frankie567 merged commit 9b852f9 into master Feb 5, 2026
14 of 24 checks passed
@dependabot dependabot bot deleted the dependabot/pip/python-multipart-0.0.22 branch February 5, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant