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

⬆ Bump the python-packages group with 2 updates #655

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the python-packages group with 2 updates: pydantic-core and starlette.

Updates pydantic-core from 2.20.1 to 2.21.0

Release notes

Sourced from pydantic-core's releases.

v2.21.0 2024-08-05

What's Changed

Packaging

Fixes

Features

Performance

New Contributors

Full Changelog: pydantic/pydantic-core@v2.20.1...v2.21.0

Commits

Updates starlette from 0.37.2 to 0.38.2

Release notes

Sourced from starlette's releases.

Version 0.38.2

Fixed

  • Fix routing.get_name() not to assume all routines have __name__ #2648

Full Changelog: encode/starlette@0.38.1...0.38.2

Version 0.38.1

Removed

  • Revert "Add support for ASGI pathsend extension" #2649.

Full Changelog: encode/starlette@0.38.0...0.38.1

Version 0.38.0

Added

  • Allow use of memoryview in StreamingResponse and Response #2576 and #2577.
  • Send 404 instead of 500 when filename requested is too long on StaticFiles #2583.

Changed

  • Fail fast on invalid Jinja2Template instantiation parameters #2568.
  • Check endpoint handler is async only once #2536.

Fixed

  • Add proper synchronization to WebSocketTestSession #2597.

Full Changelog: encode/starlette@0.37.2...0.38.0

Changelog

Sourced from starlette's changelog.

0.38.2

July 27, 2024

Fixed

  • Not assume all routines have __name__ on routing.get_name() #2648.

0.38.1

July 23, 2024

Removed

  • Revert "Add support for ASGI pathsend extension" #2649.

0.38.0

July 20, 2024

Added

  • Allow use of memoryview in StreamingResponse and Response #2576 and #2577.
  • Send 404 instead of 500 when filename requested is too long on StaticFiles #2583.

Changed

  • Fail fast on invalid Jinja2Template instantiation parameters #2568.
  • Check endpoint handler is async only once #2536.

Fixed

  • Add proper synchronization to WebSocketTestSession #2597.
Commits

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

@dependabot dependabot bot added the upgrade label Aug 12, 2024
Copy link

vercel bot commented Aug 12, 2024

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

Name Status Preview Comments Updated (UTC)
authx ❌ Failed (Inspect) Aug 19, 2024 10:05pm

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@yezz123
Copy link
Owner

yezz123 commented Aug 19, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps the python-packages group with 2 updates: [pydantic-core](https://github.com/pydantic/pydantic-core) and [starlette](https://github.com/encode/starlette).


Updates `pydantic-core` from 2.20.1 to 2.21.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.20.1...v2.21.0)

Updates `starlette` from 0.37.2 to 0.38.2
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.37.2...0.38.2)

---
updated-dependencies:
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: starlette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@yezz123 yezz123 force-pushed the dependabot/pip/python-packages-8b4b060a1d branch from 18b4040 to 38f4019 Compare August 19, 2024 22:03
Copy link

sonarcloud bot commented Aug 19, 2024

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.74%. Comparing base (10e2b5f) to head (2f7b1dd).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #655   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files          16       16           
  Lines         798      798           
  Branches      117      117           
=======================================
  Hits          788      788           
  Misses          4        4           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@yezz123 yezz123 closed this Aug 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@yezz123 yezz123 deleted the dependabot/pip/python-packages-8b4b060a1d branch August 26, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant