Skip to content

Configure cool-down period for uv-handled dependencies#944

Open
juhoinkinen wants to merge 1 commit into
mainfrom
uv-deps-cooldown
Open

Configure cool-down period for uv-handled dependencies#944
juhoinkinen wants to merge 1 commit into
mainfrom
uv-deps-cooldown

Conversation

@juhoinkinen

Copy link
Copy Markdown
Member

uv can be configured to not update any dependency whose artifact has been uploaded in a given period of time: https://docs.astral.sh/uv/reference/settings/#exclude-newer

This PR adds config for this "cool-down" period of one week, which can help in preveventing supply-chain attacks: https://pydevtools.com/handbook/how-to/how-to-protect-against-python-supply-chain-attacks-with-uv/

@juhoinkinen juhoinkinen added this to the 1.5 milestone Jun 16, 2026
@juhoinkinen juhoinkinen added maintenance dependencies Pull requests that update a dependency file labels Jun 16, 2026
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.63%. Comparing base (e318f64) to head (f3087b7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #944   +/-   ##
=======================================
  Coverage   99.63%   99.63%           
=======================================
  Files         103      103           
  Lines        8242     8242           
=======================================
  Hits         8212     8212           
  Misses         30       30           

☔ View full report in Codecov by Harness.
📢 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

dependencies Pull requests that update a dependency file maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant