fix(deps): update dependency mypy-extensions to v1.1.0 #330

Merged
luke merged 1 commits from renovate/mypy-extensions-1.x into main 2025-04-26 11:36:30 +02:00
Member

This PR contains the following updates:

Package Type Update Change
mypy-extensions project.dependencies minor ==1.0.0 -> ==1.1.0

Release Notes

python/mypy_extensions (mypy-extensions)

v1.1.0

Compare Source


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 is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mypy-extensions](https://github.com/python/mypy_extensions) | project.dependencies | minor | `==1.0.0` -> `==1.1.0` | --- ### Release Notes <details> <summary>python/mypy_extensions (mypy-extensions)</summary> ### [`v1.1.0`](https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0) [Compare Source](https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjI1My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
renovate-bot added 1 commit 2025-04-22 16:58:27 +02:00
fix(deps): update dependency mypy-extensions to v1.1.0
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 5s
CI / ci (pull_request) Successful in 1m17s
a43dce80fd
renovate-bot requested review from luke 2025-04-22 16:58:27 +02:00
Member

Decision: Accept
Change Score: 95%

The changes look good overall, with a minor version bump for mypy-extensions and a corresponding update to the lockfile. However, I do have a couple of minor points:

  1. Dependency Compatibility: When updating dependencies, especially minor versions, it's crucial to ensure that your project remains compatible with the new versions. While this update seems straightforward, verify that mypy-extensions 1.1.0 doesn't introduce any breaking changes for your codebase.

  2. Python Version: This review assumes you have checked that your dependencies are compatible with Python 3.12. Please check this!

Despite these minor points, the changes are acceptable. You just need to be mindful of potential compatibility issues.

**Decision: Accept** **Change Score: 95%** The changes look good overall, with a minor version bump for `mypy-extensions` and a corresponding update to the lockfile. However, I do have a couple of minor points: 1. **Dependency Compatibility:** When updating dependencies, especially minor versions, it's crucial to ensure that your project remains compatible with the new versions. While this update seems straightforward, verify that `mypy-extensions` 1.1.0 doesn't introduce any breaking changes for your codebase. 2. **Python Version:** This review assumes you have checked that your dependencies are compatible with Python 3.12. Please check this! Despite these minor points, the changes are acceptable. You just need to be mindful of potential compatibility issues.
luke merged commit b4c529ed91 into main 2025-04-26 11:36:30 +02:00
luke deleted branch renovate/mypy-extensions-1.x 2025-04-26 11:36:31 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/pypilot#330
No description provided.