deps(py): bump python-multipart from 0.0.22 to 0.0.26#82
deps(py): bump python-multipart from 0.0.22 to 0.0.26#82dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 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.22...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
PR author is in the excluded authors list. |
There was a problem hiding this comment.
Pull Request Overview
This pull request is currently invalid because it contains no file changes. Although the title specifies a dependency update for python-multipart from version 0.0.22 to 0.0.26, the corresponding changes to dependency management files (such as requirements.txt or pyproject.toml) are missing. This prevents the update from being applied or verified. Additionally, the required test scenarios to validate the performance optimizations and header handling changes in the newer version have not been addressed.
About this PR
- The pull request does not contain any file modifications. To complete this dependency bump, please include the changes to your project's dependency manifest (e.g., requirements.txt, pyproject.toml, or lock files).
Test suggestions
- Verify that multipart form parsing functionality remains operational (regression testing).
- Confirm that multipart headers are now handled case-insensitively as per version 0.0.25 changes.
- Validate the behavior of chunk_size in parse_form() introduced in version 0.0.24.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that multipart form parsing functionality remains operational (regression testing).
2. Confirm that multipart headers are now handled case-insensitively as per version 0.0.25 changes.
3. Validate the behavior of chunk_size in parse_form() introduced in version 0.0.24.
🗒️ Improve review quality by adding custom instructions
Up to standards ✅🟢 Issues
|
|
Superseded by #91. |
Bumps python-multipart from 0.0.22 to 0.0.26.
Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
28f4785Version 0.0.26 (#263)d4452a7Silently discard epilogue data after the closing boundary (#259)6a7b76dSkip preamble before first multipart boundary (#262)4addb60Version 0.0.25 (#261)d3a4698Add MIME content type info to File (#143)9a1ecbdHandle CTE values case-insensitively (#258)ef2a0b9Remove custom FormParser classes (#257)3a757d7Ignore local Claude state (#255)55e7396fuzz: Add cifuzz (#186)d6d1d11Bump the github-actions group with 2 updates (#249)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)You can disable automated security fix PRs for this repo from the Security Alerts page.