Skip to content

build: make update-requirements#71

Closed
infinitewarp wants to merge 1 commit intomainfrom
DISCOVERY-1288-update-dependencies
Closed

build: make update-requirements#71
infinitewarp wants to merge 1 commit intomainfrom
DISCOVERY-1288-update-dependencies

Conversation

@infinitewarp
Copy link
Copy Markdown
Member

@infinitewarp infinitewarp commented Mar 5, 2026

Relates to JIRA: DISCOVERY-1288

Summary by Sourcery

Regenerate the dependency lockfile to align with the updated requirements configuration.

Build:

  • Update the uv.lock dependency lockfile using the requirements update tooling.

Chores:

  • Refresh generated lockfile to reflect current dependency set.

Relates to JIRA: DISCOVERY-1288
@infinitewarp infinitewarp requested a review from a team as a code owner March 5, 2026 21:08
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Mar 5, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR refreshes the Python dependency lockfile by running make update-requirements, updating pinned versions and metadata in uv.lock without changing application code.

File-Level Changes

Change Details Files
Regenerated dependency lockfile to reflect current resolved package versions.
  • Updated pinned versions and hashes for existing Python dependencies based on the latest resolver output
  • Added or removed transitive dependencies as dictated by the updated resolution state
  • Adjusted lockfile metadata (such as markers, indexes, or build data) to match the new dependency graph
uv.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@infinitewarp infinitewarp enabled auto-merge (rebase) March 5, 2026 21:08
Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

auto-merge was automatically disabled March 5, 2026 21:09

Pull request was closed

@infinitewarp infinitewarp deleted the DISCOVERY-1288-update-dependencies branch March 5, 2026 21:10
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.42%. Comparing base (1057791) to head (6b9b48e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   91.42%   91.42%           
=======================================
  Files          21       21           
  Lines        1504     1504           
=======================================
  Hits         1375     1375           
  Misses        129      129           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant