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 all non-major dependencies #112

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
buildpacks/github-actions action minor v5.7.4 -> v5.8.3 age adoption passing confidence
fastapi (changelog) dependencies minor ^0.114.1 -> ^0.115.6 age adoption passing confidence
httpx (changelog) dependencies minor ^0.27.2 -> ^0.28.1 age adoption passing confidence
mako (source) dependencies patch ^1.3.5 -> ^1.3.8 age adoption passing confidence
mysql-connector-python (changelog) dependencies minor ^9.0.0 -> ^9.1.0 age adoption passing confidence
numpy (changelog) dependencies minor ^2.1.1 -> ^2.2.1 age adoption passing confidence
pydantic-settings (changelog) dependencies minor ^2.5.2 -> ^2.7.0 age adoption passing confidence
pytest (changelog) dependencies patch ^8.3.3 -> ^8.3.4 age adoption passing confidence
python minor 3.12.6 -> 3.13.1 age adoption passing confidence
python dependencies minor ^3.12.6 -> ^3.13.1 age adoption passing confidence
sqlalchemy (changelog) dependencies patch ^2.0.34 -> ^2.0.36 age adoption passing confidence
uvicorn (changelog) dependencies minor ^0.30.6 -> ^0.34.0 age adoption passing confidence

Release Notes

buildpacks/github-actions (buildpacks/github-actions)

v5.8.3: 5.8.3

Compare Source

🚧 Tasks

v5.8.2: 5.8.2

Compare Source

🚧 Tasks

v5.8.1: 5.8.1

Compare Source

🚧 Tasks

v5.8.0: 5.8.0

Compare Source

⛏ Dependency Upgrades
🚧 Tasks
fastapi/fastapi (fastapi)

v0.115.6

Compare Source

Fixes
  • 🐛 Preserve traceback when an exception is raised in sync dependency with yield. PR #​5823 by @​sombek.
Refactors
  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR #​12971 by @​tamird.
Docs
Translations
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md. PR #​12990 by @​ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/query-param-models.md. PR #​12932 by @​Vincy1230.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md. PR #​12992 by @​Limsunoh.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/websockets.md. PR #​12991 by @​kwang1215.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-model.md. PR #​12933 by @​AndreBBM.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/middlewares.md. PR #​12753 by @​nahyunkeem.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/openapi-webhooks.md. PR #​12752 by @​saeye.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/query-param-models.md. PR #​12931 by @​Vincy1230.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-param-models.md. PR #​12445 by @​gitgernit.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/query-param-models.md. PR #​12940 by @​jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese for docs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR #​12949 by @​tiangolo.
Internal

v0.115.5

Compare Source

Refactors
Docs
Translations
Internal

v0.115.4

Compare Source

Refactors
  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #​12627 by @​tiangolo.
Docs
Translations
Internal

v0.115.3

Compare Source

Upgrades
Docs
Translations
Internal

v0.115.2

Compare Source

Upgrades

v0.115.1

Compare Source

Fixe

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added deps Issue or PR that update a dependency file renovate Updates by Mend Renovate labels Sep 16, 2024
Copy link

coderabbitai bot commented Sep 16, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title chore(deps): update dependency fastapi to ^0.114.2 chore(deps): update all non-major dependencies Sep 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2908f9b to 18ca285 Compare September 17, 2024 20:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 91eae16 to 9cc3c28 Compare October 2, 2024 04:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a23e652 to d686405 Compare October 12, 2024 12:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 978f7ce to ecdc229 Compare October 21, 2024 22:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9761661 to cd76727 Compare October 28, 2024 00:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a4c2099 to acf0600 Compare November 4, 2024 18:55
@github-actions github-actions bot added the ci Issue or features mainly related to gh-action label Nov 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from acf0600 to eb84efc Compare November 5, 2024 14:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb84efc to a812363 Compare November 12, 2024 19:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 364199f to de759f4 Compare November 25, 2024 15:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3db3485 to a570b13 Compare December 3, 2024 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 340eb22 to 6fb0061 Compare December 8, 2024 19:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 14906e9 to fb5b7b5 Compare December 15, 2024 15:51
@hwakabh
Copy link
Owner

hwakabh commented Dec 23, 2024

The errors on Build/Tests CI are because Google Cloud Buildpacks has not been supported with latest Python 3.13.x yet, but we hit the critical issue on Trivy scan as commented in #113 (comment), so will merge this PR first even though we would not be able to build apps with Python 3.13.x.

@hwakabh hwakabh merged commit 1d46fbe into main Dec 23, 2024
3 of 5 checks passed
@hwakabh hwakabh deleted the renovate/all-minor-patch branch December 23, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Issue or features mainly related to gh-action deps Issue or PR that update a dependency file renovate Updates by Mend Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant