chore(collection-seeding): bump all dependencies to latest versions - #1320
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the collection-seeding/ Python workspace dependencies and refreshes formatting after the ruff change, keeping the seeding tooling and its tests consistent with the updated environment.
Changes:
- Bumped PyPI dependency constraints in
collection-seeding/pixi.toml(requests/pytest/responses/ruff). - Regenerated
collection-seeding/pixi.lockto reflect updated resolved versions. - Applied formatter-driven line wrapping in
rsv_nextclade_lineages.pyand its corresponding tests.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| collection-seeding/pixi.toml | Updates dependency constraints for requests/pytest/responses/ruff. |
| collection-seeding/pixi.lock | Updates the lockfile to the newly resolved dependency versions. |
| collection-seeding/sources/rsv_nextclade_lineages.py | Formatter-only wrapping of list comprehensions/returns (no logic change intended). |
| collection-seeding/tests/test_rsv_nextclade_lineages.py | Formatter-only wrapping of an assertion list literal. |
| ruff = ">=0.9" | ||
| pytest = ">=9.1" | ||
| responses = ">=0.26.2" | ||
| ruff = ">=0.15" |
|
|
||
| [pypi-dependencies] | ||
| requests = ">=2.33.1" | ||
| requests = ">=2.34" |
fengelniederhammer
left a comment
There was a problem hiding this comment.
Let's also configure dependabot for the seeder?
|
@copilot add a section to the dependabot config for automatic updates of these Python dependencies. |
Added a |
Summary
requests:>=2.33.1→>=2.34pytest:>=9.0.3→>=9.1responses:>=0.26.0→>=0.26.2ruff:>=0.9→>=0.15rsv_nextclade_lineages.pyand its tests)🤖 Generated with Claude Code