chore: Use the virtualenv release URL rather than the blob URL (#2555)

This commit is contained in:
Joe Rickerby
2025-08-14 20:44:48 +02:00
committed by GitHub
parent 95e827ece1
commit 68f9762657
2 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -1 +1 @@
default = { version = "20.33.1", url = "https://github.com/pypa/get-virtualenv/blob/20.33.1/public/virtualenv.pyz?raw=true" }
default = { version = "20.34.0", url = "https://github.com/pypa/get-virtualenv/releases/download/20.34.0/virtualenv.pyz" }