Allow usernames in private registry urls #9171
Labels
L: git:submodules
Git submodules
L: python
L: rust:cargo
Rust crates via cargo
T: feature-request
Requests for new features
Is there an existing issue for this?
Feature description
In some configurations
pip
requires that an--extra-index-url
contains a username (as described at pypa/pip#12543). Currently dependabot enforces the lack of a username in private registry urls and will insert the url without the username into requirements files, even if a version of the url (with the username) is already present.The presence of the url without the username then breaks workflows which expect the username to be present.
For context my setup is:
pip-compile
, with--extra-index-url
(containing a username) in the*.in
fileskeyring
with Google's plugin to access a Google Artifact Registry PyPIIt would be great if one of the following were true:
I'm also open to other ways to approach this if there's something around configuring dependabot that I've missed.
The text was updated successfully, but these errors were encountered: