From df6227396577cf17d75af231432814e9b6a2ee9b Mon Sep 17 00:00:00 2001 From: mdrakos Date: Fri, 18 Oct 2024 13:48:06 -0700 Subject: [PATCH] Update dependecy version --- test/integration/package_int_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/package_int_test.go b/test/integration/package_int_test.go index 9660ab1891..b1941977a6 100644 --- a/test/integration/package_int_test.go +++ b/test/integration/package_int_test.go @@ -662,7 +662,7 @@ func (suite *PackageIntegrationTestSuite) TestChangeSummaryShowsAddedForUpdate() cp = ts.Spawn("install", "jinja2@3.1.4") cp.Expect("Installing jinja2@3.1.4 includes 1 direct dep") - cp.Expect("└─ markupsafe@2.1.5") + cp.Expect("└─ markupsafe@3.0.1") cp.Expect("Updated: language/python/jinja2") cp.ExpectExitCode(0) }