Redact Git credentials from pyproject.toml (#6074)

## Summary

We retain them if you use `--raw-sources`, but otherwise they're
removed. We still respect them in the subsequent `uv.lock` via an
in-process store.

Closes #6056.
This commit is contained in:
Charlie Marsh
2024-08-13 21:30:02 -04:00
committed by GitHub
parent 92263108cc
commit 8fac63d4ce
10 changed files with 301 additions and 23 deletions

1
Cargo.lock generated
View File

@@ -4885,6 +4885,7 @@ dependencies = [
"tokio",
"tracing",
"url",
"uv-auth",
"uv-fs",
]