From c59af71f40a0bba60b104420e7ddd14ff18235e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 1 Oct 2023 16:50:51 +0200 Subject: [PATCH] Update docs/html/topics/secure-installs.md Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- docs/html/topics/secure-installs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/html/topics/secure-installs.md b/docs/html/topics/secure-installs.md index 8c74d39e8..1ead18be9 100644 --- a/docs/html/topics/secure-installs.md +++ b/docs/html/topics/secure-installs.md @@ -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