Skip to content

Commit 03432e0

Browse files
committed
Upgraded uv version to fix spec, since now it should expect version 0.8.6.
1 parent b98095e commit 03432e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uv/spec/dependabot/uv/file_parser_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689

690690
expect(ecosystem.name).to eq("uv")
691691
expect(ecosystem.package_manager.name).to eq("uv")
692-
expect(ecosystem.package_manager.version.to_s).to eq("0.8.4")
692+
expect(ecosystem.package_manager.version.to_s).to eq("0.8.6")
693693
expect(ecosystem.language.name).to eq("python")
694694
end
695695
end

0 commit comments

Comments
 (0)