-
-
Notifications
You must be signed in to change notification settings - Fork 524
Renovate: mypy updates to widen accepted version range #2921
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
Conversation
| "jinja2==3.1.6", | ||
| "pyyaml==6.0.3", | ||
| # typing: | ||
| "mypy==1.19.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect this won't work well with "rangeStrategy": "widen"
Removed this pinning in tests dependency group, as now we have uv.lock to pin dev versions. And the lockfile is updated every week by Renovate already.
sobolevn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for the fix!
UnknownPlatypus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small nip around python setup but good to me for the rest
djangorestframework-stubs:Change how Renovate bumps
mypydependency.When updating to mypy 1.19, previously it would change
>=1.13,<1.19->>=1.19,<1.20.With this change, it will change to
>=1.13,<1.20.Doc: https://docs.renovatebot.com/configuration-options/#rangestrategy