From 586eeb6eca52fd2cde3d7093a3e752822f7d2c6e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 3 Feb 2024 15:44:13 -0500 Subject: [PATCH] tests: update snapshot for new `pip` release (#1245) See: https://pypi.org/project/pip/#history --- crates/puffin/tests/venv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/puffin/tests/venv.rs b/crates/puffin/tests/venv.rs index 6bfd0bdf0..c7ae5c587 100644 --- a/crates/puffin/tests/venv.rs +++ b/crates/puffin/tests/venv.rs @@ -115,7 +115,7 @@ fn seed() -> Result<()> { Using Python [VERSION] interpreter at [PATH] Creating virtualenv at: /home/ferris/project/.venv + setuptools==69.0.3 - + pip==23.3.2 + + pip==24.0 + wheel==0.42.0 "### );