uv/README.md
dependabot-uvPython uv support for dependabot-core.
We rely on pyenv to manage Python's versions.
Updating the list of known versions might be tricky, here are the steps:
pyenv version in the Dockerfile, you may use a commit hash if a new pyenv version is not released yet.pyenv global version in the Dockerfile. We always use the latest (and greatest) Python version.language_version_manager.rb.Example PR that does all these things
$ bin/docker-dev-shell uv
Run tests
[dependabot-core-dev] ~ $ cd uv && rspec