Skip to content

chore(collection-seeding): bump all dependencies to latest versions - #1320

Merged
fhennig merged 3 commits into
mainfrom
chore/collection-seeding-bump-deps
Jul 9, 2026
Merged

chore(collection-seeding): bump all dependencies to latest versions#1320
fhennig merged 3 commits into
mainfrom
chore/collection-seeding-bump-deps

Conversation

@fhennig

@fhennig fhennig commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • requests: >=2.33.1>=2.34
  • pytest: >=9.0.3>=9.1
  • responses: >=0.26.0>=0.26.2
  • ruff: >=0.9>=0.15
  • Formatter applied after ruff update (line-length reformatting in rsv_nextclade_lineages.py and its tests)

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dashboards Ready Ready Preview, Comment Jul 9, 2026 7:30am

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.lock to reflect updated resolved versions.
  • Applied formatter-driven line wrapping in rsv_nextclade_lineages.py and 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 fengelniederhammer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also configure dependabot for the seeder?

@fengelniederhammer

Copy link
Copy Markdown
Contributor

@copilot add a section to the dependabot config for automatic updates of these Python dependencies.

Copilot AI commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

@copilot add a section to the dependabot config for automatic updates of these Python dependencies.

Added a pip ecosystem section for collection-seeding/ in .github/dependabot.yml (weekly, grouped minor/patch updates with chore(collection-seeding) prefix). Committed in chore: add dependabot pip config for collection-seeding.

@fhennig
fhennig merged commit 7d623c1 into main Jul 9, 2026
12 checks passed
@fhennig
fhennig deleted the chore/collection-seeding-bump-deps branch July 9, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants