Skip to content

Bump starlette from 0.48.0 to 0.49.1 in /e2e_tests in the pip group across 1 directory#4738

Merged
tamirkamara merged 4 commits into
mainfrom
dependabot/pip/e2e_tests/pip-91ab757ed1
Oct 30, 2025
Merged

Bump starlette from 0.48.0 to 0.49.1 in /e2e_tests in the pip group across 1 directory#4738
tamirkamara merged 4 commits into
mainfrom
dependabot/pip/e2e_tests/pip-91ab757ed1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 28, 2025

Copy link
Copy Markdown
Contributor

Bumps the pip group with 1 update in the /e2e_tests directory: starlette.

Updates starlette from 0.48.0 to 0.49.1

Release notes

Sourced from starlette's releases.

Version 0.49.1

This release fixes a security vulnerability in the parsing logic of the Range header in FileResponse.

You can view the full security advisory: GHSA-7f5h-v6xp-fcq8

Fixed


Full Changelog: Kludex/starlette@0.49.0...0.49.1

Version 0.49.0

Added

  • Add encoding parameter to Config class #2996.
  • Support multiple cookie headers in Request.cookies #3029.
  • Use Literal type for WebSocketEndpoint encoding values #3027.

Changed

  • Do not pollute exception context in Middleware when using BaseHTTPMiddleware #2976.

New Contributors

Full Changelog: Kludex/starlette@0.48.0...0.49.0

Changelog

Sourced from starlette's changelog.

0.49.1 (October 28, 2025)

This release fixes a security vulnerability in the parsing logic of the Range header in FileResponse.

You can view the full security advisory: GHSA-7f5h-v6xp-fcq8

Fixed

0.49.0 (October 28, 2025)

Added

  • Add encoding parameter to Config class #2996.
  • Support multiple cookie headers in Request.cookies #3029.
  • Use Literal type for WebSocketEndpoint encoding values #3027.

Changed

  • Do not pollute exception context in Middleware when using BaseHTTPMiddleware #2976.
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 <dependency name> major version will 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 version will 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 conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the pip group with 1 update in the /e2e_tests directory: [starlette](https://github.com/Kludex/starlette).


Updates `starlette` from 0.48.0 to 0.49.1
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](Kludex/starlette@0.48.0...0.49.1)

---
updated-dependencies:
- dependency-name: starlette
  dependency-version: 0.49.1
  dependency-type: direct:production
  dependency-group: pip
...

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 Oct 28, 2025
@dependabot dependabot Bot requested a review from a team as a code owner October 28, 2025 22:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 28, 2025
@github-actions github-actions Bot added the external PR from an external contributor label Oct 28, 2025
@github-actions

github-actions Bot commented Oct 28, 2025

Copy link
Copy Markdown

Unit Test Results

658 tests   658 ✅  7s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit d595db6.

♻️ This comment has been updated with latest results.

@tamirkamara

Copy link
Copy Markdown
Collaborator

/test-extended 98a7a20

@github-actions

Copy link
Copy Markdown

🤖 pr-bot 🤖

🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/18902123415 (with refid 63019940)

(in response to this comment from @tamirkamara)

1 similar comment
@github-actions

Copy link
Copy Markdown

🤖 pr-bot 🤖

🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/18902123415 (with refid 63019940)

(in response to this comment from @tamirkamara)

@tamirkamara

Copy link
Copy Markdown
Collaborator

@copilot this upgrade of starlette needs to include an upgrade of fastapi to resolve the following dependency conflict:

The conflict is caused by:
    The user requested starlette==0.49.1
    fastapi 0.118.0 depends on starlette<0.49.0 and >=0.40.0

Copilot AI commented Oct 29, 2025

Copy link
Copy Markdown
Contributor

@tamirkamara I've opened a new pull request, #4739, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits October 29, 2025 18:12
… conflict (#4739)

* Initial plan

* Upgrade fastapi to 0.120.2 to resolve starlette 0.49.1 dependency conflict

Co-authored-by: tamirkamara <26870601+tamirkamara@users.noreply.github.com>

* Remove COMPONENTS section from CHANGELOG.md

Co-authored-by: tamirkamara <26870601+tamirkamara@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tamirkamara <26870601+tamirkamara@users.noreply.github.com>
@tamirkamara

Copy link
Copy Markdown
Collaborator

/test-extended 701c030

@github-actions

Copy link
Copy Markdown

🤖 pr-bot 🤖

🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/18920036098 (with refid 63019940)

(in response to this comment from @tamirkamara)

2 similar comments
@github-actions

Copy link
Copy Markdown

🤖 pr-bot 🤖

🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/18920036098 (with refid 63019940)

(in response to this comment from @tamirkamara)

@github-actions

Copy link
Copy Markdown

🤖 pr-bot 🤖

🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/18920036098 (with refid 63019940)

(in response to this comment from @tamirkamara)

@tamirkamara

Copy link
Copy Markdown
Collaborator

/test-force-approve 701c030

@github-actions

Copy link
Copy Markdown

🤖 pr-bot 🤖

✅ Marking tests as complete (for commit 701c030)

(in response to this comment from @tamirkamara)

@marrobi marrobi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - might want to add to the changelog.

@tamirkamara tamirkamara enabled auto-merge (squash) October 30, 2025 11:04
@tamirkamara

Copy link
Copy Markdown
Collaborator

/test-force-approve d595db6

@github-actions

Copy link
Copy Markdown

🤖 pr-bot 🤖

✅ Marking tests as complete (for commit d595db6)

(in response to this comment from @tamirkamara)

@tamirkamara tamirkamara merged commit abd1166 into main Oct 30, 2025
12 checks passed
@tamirkamara tamirkamara deleted the dependabot/pip/e2e_tests/pip-91ab757ed1 branch October 30, 2025 11:04
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 external PR from an external contributor python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants