chore(deps): update python-multipart requirement from >=0.0.20 to >=0.0.32 - #184
chore(deps): update python-multipart requirement from >=0.0.20 to >=0.0.32#184dependabot[bot] wants to merge 1 commit into
Conversation
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/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.20...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Dependabot opened #181-#185 against pyproject.toml without regenerating uv.lock, so every job failed at `uv sync --locked` before running any actual check. The five bumps are applied together here with a single lock refresh, since sequential lockfile updates conflict with each other. fastapi >=0.115 -> >=0.141.1 (#182) uvicorn[standard] >=0.34 -> >=0.52.1 (#181) python-multipart >=0.0.20 -> >=0.0.32 (#184) tenacity >=9 -> >=9.1.4 (#183) mypy >=1.20.2 -> >=2.3.0 (#185, dev) Resolution moves fastapi 0.139.0 -> 0.141.1, uvicorn 0.51.0 -> 0.52.3 and mypy 2.2.0 -> 2.3.0. The tenacity and python-multipart pins were already satisfied by the locked versions, so those two raise the floor without changing what is installed.
|
Superseded by #188, now merged to This PR bumped The locked Generated by Claude Code |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updates the requirements on python-multipart to permit the latest version.
Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
... (truncated)
Commits
238ead6Version 0.0.32 (#302)8672979Replace per-byte partial-boundary scan with rfind lookbehind (#300)8190779Bump the python-packages group with 7 updates (#301)0d3c086Use uv package ecosystem for Dependabot (#299)4cffc68Version 0.0.31 (#298)c814948Reject negativeContent-Lengthinparse_form(#297)6b837d4Bound header field name size before validating (#296)e0c4f9dBump the github-actions group with 3 updates (#294)b8a01bbBump the python-packages group with 3 updates (#293)6732164Speed up multipart header parsing and callback dispatch (#295)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)