Merged
Conversation
Reviewer's Guide by SourceryThis pull request bumps the pip group with updates to Updated class diagram for Starlette's MultiPartParserclassDiagram
class MultiPartParser {
+max_part_size: int
+parse() : MultiPartMessage
}
note for MultiPartParser "max_part_size added to limit part size in multipart/form-data requests to prevent DoS vulnerability"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
|
@dependabot rebase |
87be54d to
35daf2c
Compare
1 task
Contributor
|
@dependabot recreate |
Bumps the pip group with 3 updates: [cryptography](https://github.com/pyca/cryptography), [starlette](https://github.com/encode/starlette) and [virtualenv](https://github.com/pypa/virtualenv). Updates `cryptography` from 44.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.0...44.0.1) Updates `starlette` from 0.37.2 to 0.40.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](Kludex/starlette@0.37.2...0.40.0) Updates `virtualenv` from 20.16.7 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.16.7...20.26.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-version: 0.40.0 dependency-type: direct:production dependency-group: pip - dependency-name: virtualenv dependency-version: 20.26.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
35daf2c to
ba4dd36
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #173 +/- ##
=======================================
Coverage 97.41% 97.41%
=======================================
Files 23 23
Lines 735 735
=======================================
Hits 716 716
Misses 19 19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip group with 3 updates: cryptography, starlette and virtualenv.
Updates
cryptographyfrom 44.0.0 to 44.0.1Changelog
Sourced from cryptography's changelog.
Commits
adaaaedBump for 44.0.1 release (#12441)ccc61da[backport] test and build on armv7l (#12420) (#12431)Updates
starlettefrom 0.37.2 to 0.40.0Release notes
Sourced from starlette's releases.
... (truncated)
Changelog
Sourced from starlette's changelog.
... (truncated)
Commits
4ded4b7Version 0.40.0 (#2728)fd038f3Merge commit from forke116840Bump the python-packages group with 6 updates (#2713)0b50b9cVersion 0.39.2 (#2710)fe46d99Supportrequest.url_forwhen only "app" scope is avaialable (#2672)1a6018eSupport python-multipart 0.0.12 (#2708)fa7b382Version 0.39.1 (#2706)075efd0generate boundary with token_hex (#2702)b8139f9ConsiderFileResponse.chunk_sizewhen handling multiple ranges (#2703)4fbf766test: add tests intest_requests(#2677)Updates
virtualenvfrom 20.16.7 to 20.26.6Release notes
Sourced from virtualenv's releases.
... (truncated)
Changelog
Sourced from virtualenv's changelog.
... (truncated)
Commits
ec04726release 20.26.686dddedFix #2768: Quote template strings in activation scripts (#2771)6bb3f62[pre-commit.ci] pre-commit autoupdate (#2769)220d49cBump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#2767)cf340c8Merge pull request #2766 from pypa/release-20.26.5f3172b4release 20.26.522b9795Use uv over pip (#2765)35d8269[pre-commit.ci] pre-commit autoupdate (#2764)ee77feb[pre-commit.ci] pre-commit autoupdate (#2763)c516056Update README.mdDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Update dependencies for cryptography, starlette, and virtualenv to their latest patch and minor versions
New Features:
Bug Fixes:
Enhancements: