-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
uv pip autoupdate
?
#12322
Comments
I believe this request is associated with this issue |
FWIW, if your using a pip workflow, this is the purpose of the
You can write a small script to turn this into a single command, with various options you may prefer. I beleive |
@notatallshaw thing is, I need some of the dependencies pinned due to vulnerabilities detected by Snyk |
In the workflow I describe above all dependencies and transitive dependencies are pinned in the |
How do you currently define what you install in the venv, and how does snyk interact with that? |
@konstin Snyk itself will create PRs pinning versions to avoid vulnerabilites, e.g.: https://github.com/gtkacz/temporal_adjusters_py/pull/34/files |
You can use |
@konstin that will do it only on the env, no? I was looking for a command that would update the requirements file itself |
Question
Is there a way to run a command through
uv
to "autoupdate" (bump to the latest version conforming to the constraints, like whatdependabot
does) in apip
environment?Platform
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 GNU/Linux
Version
uv 0.6.8 (c1ef482 2025-03-18)
The text was updated successfully, but these errors were encountered: