Weekly Dependabot Updates 20260525#3146
Conversation
Signed-off-by: Stephen Curran <swcurran@gmail.com>
|
Yes. We could have used #3132 this time. I don't know what's going on with the dependabot grouping. Usually it doesn't work correctly and then sometimes it does. In general you shouldn't really need to change pyproject.toml files unless you want to change the minor/major upgrade range. I usually just use the Then you can use |
|
@jamshale -- you didn't approve this PR. Does that mean I should close it and try again targeting the idna library? |
|
Also, doesn't it make sense to always update all of the lock files, so all of the dependencies get updated? Also, how does something like ruff get updated -- references to things not covered by the lock file updates. For example, from this weekly upgrade when ruff and pytest got updated across the board. |
|
This PR didn't actually upgrade the libraries if you look at the lock files. I think option Option 7 works because it goes through every project and targets the specific library you define. I use this for upgrading I think we can either close this PR and approve a merge #3132 this week or it can have option |
|
Wow...very weird. OK. I'll try again. |
Attempting the weekly update. The instructions are not yet clear to me. Here is what I did and questions:
Is there anything else that should be done? Are there more complex versions of the update process? For example, in this case, all of the dependabot PRs only update the poetry.lock files -- but what if the pyproject.toml files need to be updated?
Also, I notice that #3132 updates 10 lock files across the repo. Could we have used that?
I haven't gotten to the closing yet. Want to see if this worked before I do that.
Signed-off-by: Stephen Curran swcurran@gmail.com