Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency starlette to v0.41.0 - autoclosed #143

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
starlette (changelog) ==0.38.6 -> ==0.41.0 age adoption passing confidence

Release Notes

encode/starlette (starlette)

v0.41.0: Version 0.41.0

Compare Source

Added

v0.40.0: Version 0.40.0

Compare Source

This release fixes a Denial of service (DoS) via multipart/form-data requests.

You can view the full security advisory:
GHSA-f96h-pmfr-66vw

Fixed

  • Add max_part_size to MultiPartParser to limit the size of parts in multipart/form-data
    requests fd038f3.

v0.39.2: Version 0.39.2

Compare Source

Fixed
  • Allow use of request.url_for when only "app" scope is available #​2672.
  • Fix internal type hints to support python-multipart==0.0.12 #​2708.

Full Changelog: encode/starlette@0.39.1...0.39.2

v0.39.1: Version 0.39.1

Compare Source

Fixed

  • Avoid regex re-compilation in responses.py and schemas.py #​2700.
  • Improve performance of get_route_path by removing regular expression usage #​2701.
  • Consider FileResponse.chunk_size when handling multiple ranges #​2703.
  • Use token_hex for generating multipart boundary strings #​2702.

Full Changelog: encode/starlette@0.39.0...0.39.1

v0.39.0: Version 0.39.0

Compare Source

Added

  • Add support for HTTP Range to FileResponse #​2697

Full Changelog: encode/starlette@0.38.6...0.39.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Sep 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
heimdallr ❌ Failed (Inspect) Oct 15, 2024 6:52pm

@renovate renovate bot changed the title chore(deps): update dependency starlette to v0.39.0 chore(deps): update dependency starlette to v0.39.1 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/starlette-0.x branch from 1ddf6fa to 1fcabb5 Compare September 25, 2024 17:27
@renovate renovate bot changed the title chore(deps): update dependency starlette to v0.39.1 chore(deps): update dependency starlette to v0.39.2 Sep 29, 2024
@renovate renovate bot force-pushed the renovate/starlette-0.x branch from 1fcabb5 to c29824a Compare September 29, 2024 13:34
@renovate renovate bot force-pushed the renovate/starlette-0.x branch from c29824a to 1a53433 Compare October 15, 2024 08:20
@renovate renovate bot changed the title chore(deps): update dependency starlette to v0.39.2 chore(deps): update dependency starlette to v0.40.0 Oct 15, 2024
Copy link
Contributor Author

renovate bot commented Oct 15, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: requirements.txt
[18:52:12.698] INFO (216): Installing pip hashin@1.0.2...
[18:52:22.299] ERROR (216): Command failed with exit code 1: hashin --version
[18:52:22.300] FATAL (216): Install tool hashin failed in 9.6s.

Traceback (most recent call last):
  File "/opt/containerbase/tools/hashin/1.0.2/3.13.0/bin/hashin", line 5, in <module>
    from hashin import main
  File "/opt/containerbase/tools/hashin/1.0.2/3.13.0/lib/python3.13/site-packages/hashin.py", line 10, in <module>
    import cgi
ModuleNotFoundError: No module named 'cgi'

@renovate renovate bot force-pushed the renovate/starlette-0.x branch from 1a53433 to 295775b Compare October 15, 2024 18:52
@renovate renovate bot changed the title chore(deps): update dependency starlette to v0.40.0 chore(deps): update dependency starlette to v0.41.0 Oct 15, 2024
Copy link

@renovate renovate bot changed the title chore(deps): update dependency starlette to v0.41.0 chore(deps): update dependency starlette to v0.41.0 - autoclosed Oct 15, 2024
@renovate renovate bot closed this Oct 15, 2024
@renovate renovate bot deleted the renovate/starlette-0.x branch October 15, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants