Update docs/html/topics/secure-installs.md

Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
This commit is contained in:
Stéphane Bidoul 2023-10-01 16:50:51 +02:00 committed by GitHub
parent 7aab44cc06
commit c59af71f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ FooProject == 1.2 \
This prevents a surprising hash mismatch upon the release of a new version that matches the requirement specifier.
```{versionadded} 23.2
VCS URLs that reference an commit hash are now supported in hash checking mode,
as pip considers the VCS provides the required source immutability guarantees. This is only
supported with `git` URLs at the time of writing.
VCS URLs that reference a commit hash are now supported in hash checking mode,
since pip now trusts that the VCS provides the required source immutability guarantees.
This is currently only supported with `git` URLs.
```
### Forcing Hash-checking mode