Skip to content

Commit 0d36004

Browse files
authored
Merge pull request #11844 from ulgens/uv-0.6.7
Update uv version to 0.6.8
2 parents 59943c0 + a069748 commit 0d36004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uv/helpers/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plette==2.1.0
77
poetry==1.8.5
88
# TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10.
99
tomli==2.0.1
10-
uv==0.6.2
10+
uv==0.6.8
1111

1212
# Some dependencies will only install if Cython is present
1313
Cython==3.0.10

uv/spec/dependabot/uv/file_parser_spec.rb

+1-1
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.6.2")
692+
expect(ecosystem.package_manager.version.to_s).to eq("0.6.8")
693693
expect(ecosystem.language.name).to eq("python")
694694
end
695695
end

0 commit comments

Comments
 (0)