fix(deps): update python docker tag - #152
Conversation
## Walkthrough
この変更は、プロジェクト全体で使用されるPythonのバージョンを最新の3.14に更新することで、最新機能やパフォーマンス改善を取り入れることを目的としています。Dockerイメージ、ツール設定、GitHub Actionsワークフローにわたる変更が含まれています。
## Changes
| ファイル群 | 変更内容 |
|-------------------------------------|--------------------------------------------------------------------------|
| Dockerfile | Pythonバージョンを`3.12-slim`から`3.14-slim`に更新。 |
| .tool-versions | Pythonバージョンを`3.12.4`から`3.14.0`に更新し、依存関係範囲を調整。 |
| .github/workflows/ci.yml, mkdocs.yml| GitHub ActionsのPythonバージョンを`3.12`および`3.10`から`3.14`に更新。 |
> 🐇✨ 新しいPythonの風が吹く
> コードの未来が輝く時
> 3.14で進化の旅へ
> バグも性能も、軽やかに! 🚀
<!-- This is an auto-generated comment: raw summary by OSS CodeRabbit -->
<!--
```ja-JP
---
Dockerfile, .tool-versions, .github/workflows/ci.yml, .github/workflows/mkdocs.yml: この差分はPythonのバージョンを3.10または3.12から3.14に更新する変更をまとめたものです。具体的には以下の内容が含まれます:
1. **Dockerfile**: DockerイメージのPythonバージョンを`3.12-slim`から`3.14-slim`に更新。
2. **.tool-versions**: Pythonのバージョンを`3.12.4`から`3.14.0`に更新し、依存関係の範囲を`>=3.12.0,<3.13`から`>=3.13.7,<3.14`に変更。
3. **.github/workflows/ci.yml**: GitHub Actionsのワークフローで使用されるPythonバージョンを`3.12`から`3.14`に更新。変更は複数のジョブセクションに適用。
4. **.github/workflows/mkdocs.yml**: GitHub Actionsの設定でPythonバージョンを`3.10`から`3.14`に更新。
これらの変更は、Pythonの新しいバージョンを使用することで新機能やバグ修正、パフォーマンス改善を反映させることを目的としています。これにより、ビルドプロセスやアプリケーションの動作に影響を与える可能性があります。既存のコードとの互換性については慎重に確認する必要があります。
-----> Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects. |
Apply Sweep Rules to your PR?
This is an automated message generated by Sweep AI. |
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
b5e1626 to
33f7547
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
33f7547 to
31eec8e
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
31eec8e to
d481c70
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Review comments generated (1)
- Review: 1
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
d481c70 to
99ff81f
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
99ff81f to
2d6638a
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
2d6638a to
9f365ce
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
9f365ce to
5ce4358
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
5ce4358 to
b52addf
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
b52addf to
db7e59b
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
db7e59b to
ca8b41b
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
ca8b41b to
c6f89b5
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Review comments generated (1)
- Review: 1
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
c6f89b5 to
bcd8cb3
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Review comments generated (1)
- Review: 0
- LGTM: 1
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
bcd8cb3 to
be9e5ce
Compare
There was a problem hiding this comment.
Files selected (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Review comments generated (1)
- Review: 1
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- .github/workflows/ci.yml
Review comments generated (3)
- Review: 3
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
| uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: '3.10' | ||
| python-version: '3.13' |
| @@ -1,2 +1,2 @@ | |||
| python 3.12.4 | |||
| python 3.13.3 | |||
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- .github/workflows/ci.yml
Review comments generated (3)
- Review: 1
- LGTM: 2
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
| @@ -1,4 +1,4 @@ | |||
| FROM python:3.12-slim | |||
| FROM python:3.13-slim | |||
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not reviewed due to errors (1)
- .github/workflows/ci.yml (no response)
Files skipped from review due to trivial changes (1)
- .tool-versions
Review comments generated (2)
- Review: 0
- LGTM: 2
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not reviewed due to errors (2)
- Dockerfile (no response)
- .github/workflows/mkdocs.yml (no response)
Files skipped from review due to trivial changes (1)
- .tool-versions
Review comments generated (2)
- Review: 0
- LGTM: 2
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (3)
- .github/workflows/ci.yml
- .github/workflows/mkdocs.yml
- .tool-versions
Review comments generated (1)
- Review: 0
- LGTM: 1
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not reviewed due to errors (1)
- .tool-versions (no response)
Files skipped from review due to trivial changes (1)
- .github/workflows/mkdocs.yml
Review comments generated (4)
- Review: 0
- LGTM: 4
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not reviewed due to errors (2)
- .github/workflows/mkdocs.yml (no response)
- Dockerfile (no response)
Files skipped from review due to trivial changes (1)
- .tool-versions
Review comments generated (2)
- Review: 0
- LGTM: 2
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml
- .github/workflows/mkdocs.yml
- .tool-versions
- Dockerfile
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (3)
- .github/workflows/mkdocs.yml
- .tool-versions
- Dockerfile
Review comments generated (2)
- Review: 0
- LGTM: 2
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (1)
- .github/workflows/mkdocs.yml
Review comments generated (6)
- Review: 0
- LGTM: 6
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (3)
- .github/workflows/ci.yml
- .github/workflows/mkdocs.yml
- Dockerfile (diff too large)
Review comments generated (2)
- Review: 0
- LGTM: 2
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml
- .github/workflows/mkdocs.yml
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml
- .tool-versions
- Dockerfile
- .github/workflows/mkdocs.yml (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Files selected (4)
- .github/workflows/ci.yml (2)
- .github/workflows/mkdocs.yml (1)
- .tool-versions (1)
- Dockerfile (1)
Files ignored due to filter (2)
- poetry.lock
- pyproject.toml
Files not summarized due to errors (4)
- .github/workflows/ci.yml (diff tokens exceeds limit)
- .github/workflows/mkdocs.yml (diff tokens exceeds limit)
- .tool-versions (diff tokens exceeds limit)
- Dockerfile (diff tokens exceeds limit)
Files skipped from review due to trivial changes (4)
- .github/workflows/ci.yml (diff too large)
- .github/workflows/mkdocs.yml (diff too large)
- .tool-versions (diff too large)
- Dockerfile (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
This PR contains the following updates:
3.12.4→3.14.7>=3.12.0,<3.13→>=3.14.7,<3.153.10→3.143.12→3.143.12-slim→3.14-slimRelease Notes
containerbase/python-prebuild (python)
v3.14.7Compare Source
Bug Fixes
v3.14.6Compare Source
Bug Fixes
v3.14.5Compare Source
Bug Fixes
v3.14.4Compare Source
Bug Fixes
v3.14.3Compare Source
Bug Fixes
v3.14.2Compare Source
Bug Fixes
v3.14.1Compare Source
Bug Fixes
v3.14.0Compare Source
Bug Fixes
v3.13.15Compare Source
Bug Fixes
v3.13.14Compare Source
Bug Fixes
v3.13.13Compare Source
Bug Fixes
v3.13.12Compare Source
Bug Fixes
v3.13.11Compare Source
Bug Fixes
v3.13.10Compare Source
Bug Fixes
v3.13.9Compare Source
Bug Fixes
v3.13.8Compare Source
Bug Fixes
v3.13.7Compare Source
Bug Fixes
v3.13.6Compare Source
Bug Fixes
v3.13.5Compare Source
Bug Fixes
v3.13.4Compare Source
Bug Fixes
v3.13.3Compare Source
Bug Fixes
v3.13.2Compare Source
Bug Fixes
v3.13.1Compare Source
Bug Fixes
v3.13.0Compare Source
Bug Fixes
actions/python-versions (python)
v3.14.7: 3.14.7Compare Source
Python 3.14.7
v3.14.6: 3.14.6Compare Source
Python 3.14.6
v3.14.5: 3.14.5Compare Source
Python 3.14.5
v3.14.4: 3.14.4Compare Source
Python 3.14.4
v3.14.3: 3.14.3Compare Source
Python 3.14.3
v3.14.2: 3.14.2Compare Source
Python 3.14.2
v3.14.1: 3.14.1Compare Source
Python 3.14.1
v3.14.0: 3.14.0Compare Source
Python 3.14.0
v3.13.15: 3.13.15Compare Source
Python 3.13.15
v3.13.14: 3.13.14Compare Source
Python 3.13.14
v3.13.13: 3.13.13Compare Source
Python 3.13.13
v3.13.12: 3.13.12Compare Source
Python 3.13.12
v3.13.11: 3.13.11Compare Source
Python 3.13.11
v3.13.10: 3.13.10Compare Source
Python 3.13.10
v3.13.9: 3.13.9Compare Source
Python 3.13.9
v3.13.8: 3.13.8Compare Source
Python 3.13.8
v3.13.7: 3.13.7Compare Source
Python 3.13.7
v3.13.6: 3.13.6Compare Source
Python 3.13.6
v3.13.5: 3.13.5Compare Source
Python 3.13.5
v3.13.4: 3.13.4Compare Source
Python 3.13.4
v3.13.3: 3.13.3Compare Source
Python 3.13.3
v3.13.2: 3.13.2Compare Source
Python 3.13.2
v3.13.1: 3.13.1Compare Source
Python 3.13.1
v3.13.0: 3.13.0Compare Source
Python 3.13.0
v3.12.14: 3.12.14Compare Source
Python 3.12.14
v3.12.13: 3.12.13Compare Source
Python 3.12.13
v3.12.12: 3.12.12Compare Source
Python 3.12.12
v3.12.11: 3.12.11Compare Source
Python 3.12.11
v3.12.10: 3.12.10Compare Source
Python 3.12.10
v3.12.9: 3.12.9Compare Source
Python 3.12.9
v3.12.8: 3.12.8Compare Source
Python 3.12.8
v3.12.7: 3.12.7Compare Source
Python 3.12.7
v3.12.6: 3.12.6Compare Source
Python 3.12.6
v3.12.5: 3.12.5Compare Source
Python 3.12.5
v3.12.4: 3.12.4Compare Source
Python 3.12.4
v3.12.3: 3.12.3Compare Source
Python 3.12.3
v3.12.2: 3.12.2Compare Source
Python 3.12.2
v3.12.1: 3.12.1Compare Source
Python 3.12.1
v3.12.0: 3.12.0Compare Source
Python 3.12.0
v3.11.16: 3.11.16Compare Source
Python 3.11.16
v3.11.15: 3.11.15Compare Source
Python 3.11.15
v3.11.14: 3.11.14Compare Source
Python 3.11.14
v3.11.13: 3.11.13Compare Source
Python 3.11.13
v3.11.12: 3.11.12Compare Source
Python 3.11.12
v3.11.11: 3.11.11Compare Source
Python 3.11.11
v3.11.10: 3.11.10Compare Source
Python 3.11.10
v3.11.9: 3.11.9Compare Source
Python 3.11.9
v3.11.8: 3.11.8Compare Source
Python 3.11.8
v3.11.7: 3.11.7Compare Source
Python 3.11.7
v3.11.6: 3.11.6Compare Source
Python 3.11.6
v3.11.5: 3.11.5Compare Source
Python 3.11.5
v3.11.4: 3.11.4Compare Source
Python 3.11.4
v3.11.3: 3.11.3Compare Source
Python 3.11.3
v3.11.2: 3.11.2Compare Source
Python 3.11.2
v3.11.1: 3.11.1Compare Source
Python 3.11.1
v3.11.0: 3.11.0Compare Source
Python 3.11.0
python/cpython (python)
v3.14.7Compare Source
v3.14.6Compare Source
v3.14.5Compare Source
v3.14.4Compare Source
v3.14.3Compare Source
v3.14.2Compare Source
v3.14.1Compare Source
v3.14.0Compare Source
v3.13.15Compare Source
v3.13.14Compare Source
v3.13.13Compare Source
v3.13.12Compare Source
v3.13.11Compare Source
v3.13.10Compare Source
v3.13.9Compare Source
v3.13.8Compare Source
v3.13.7Compare Source
v3.13.6Compare Source
v3.13.5Compare Source
v3.13.4Compare Source
v3.13.3Compare Source
v3.13.2Compare Source
v3.13.1Compare Source
v3.13.0Compare Source
v3.12.14Compare Source
v3.12.13Compare Source
v3.12.12Compare Source
v3.12.11Compare Source
v3.12.10Compare Source
v3.12.9Compare Source
v3.12.8Compare Source
v3.12.7Compare Source
v3.12.6Compare Source
v3.12.5Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.