Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add lock option to resolve direct dependencies to the minimal versions available #2327

Merged
merged 3 commits into from
Oct 23, 2023

Conversation

frostming
Copy link
Collaborator

Signed-off-by: Frost Ming me@frostming.com

Pull Request Checklist

  • A news fragment is added in news/ describing what is new.
  • Test cases added for changed code.

Describe what you have changed in this PR.

Resolve #2310

…ersions available

Signed-off-by: Frost Ming <me@frostming.com>
Signed-off-by: Frost Ming <me@frostming.com>
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/pdm/cli/actions.py 79.00% <100.00%> (-0.23%) ⬇️
src/pdm/cli/commands/lock.py 100.00% <100.00%> (ø)
src/pdm/cli/options.py 94.91% <100.00%> (+0.22%) ⬆️
src/pdm/cli/utils.py 81.94% <100.00%> (+0.12%) ⬆️
src/pdm/environments/base.py 73.20% <100.00%> (ø)
src/pdm/models/repositories.py 74.02% <100.00%> (+0.07%) ⬆️
src/pdm/project/core.py 89.32% <100.00%> (ø)
src/pdm/pytest.py 92.38% <100.00%> (ø)
src/pdm/resolver/providers.py 92.94% <100.00%> (+0.25%) ⬆️
src/pdm/models/finder.py 88.46% <88.46%> (ø)
... and 1 more

📢 Thoughts on this report? Let us know!.

Signed-off-by: Frost Ming <me@frostming.com>
@frostming frostming merged commit 70f4985 into main Oct 23, 2023
24 checks passed
@frostming frostming deleted the feat/minimal-versions branch October 23, 2023 07:29
@j178 j178 mentioned this pull request Apr 3, 2024
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.

Lock dependencies to minimal versions
1 participant