Skip to content

Conversation

@effigies
Copy link
Member

@effigies effigies commented Dec 5, 2025

While releasing 5.3.3, various checks had stopped passing because the dependencies had been updated. This expands the use of lockfiles to more environments to reduce the scope for dependency rot in maintenance branches.

In the main branch, this sets dependabot to update the uv lockfile, which lets us address changes in dependencies in the PR that updates them, rather than when CI starts spontaneously failing. For maintenance branches, we don't need to update lockfiles, we just need the environment to keep working.

@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.42%. Comparing base (2c7fa7c) to head (141e1d9).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1447   +/-   ##
=======================================
  Coverage   95.42%   95.42%           
=======================================
  Files         209      209           
  Lines       29814    29814           
  Branches     4483     4483           
=======================================
  Hits        28451    28451           
  Misses        930      930           
  Partials      433      433           

☔ 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.

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "uv lock",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [
  "pyproject.toml",
  "uv.lock"
 ],
 "outputs": [
  "pyproject.toml",
  "uv.lock"
 ],
 "pwd": "."
}
^^^ Do not change lines above ^^^
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "uv lock --upgrade",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [
  "pyproject.toml",
  "uv.lock"
 ],
 "outputs": [
  "pyproject.toml",
  "uv.lock"
 ],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@effigies effigies merged commit 0f61bcb into nipy:master Dec 5, 2025
45 of 46 checks passed
@effigies effigies deleted the chore/lock-envs branch December 5, 2025 21:13
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