We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59943c0 + a069748 commit 0d36004Copy full SHA for 0d36004
uv/helpers/requirements.txt
@@ -7,7 +7,7 @@ plette==2.1.0
7
poetry==1.8.5
8
# TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10.
9
tomli==2.0.1
10
-uv==0.6.2
+uv==0.6.8
11
12
# Some dependencies will only install if Cython is present
13
Cython==3.0.10
uv/spec/dependabot/uv/file_parser_spec.rb
@@ -689,7 +689,7 @@
689
690
expect(ecosystem.name).to eq("uv")
691
expect(ecosystem.package_manager.name).to eq("uv")
692
- expect(ecosystem.package_manager.version.to_s).to eq("0.6.2")
+ expect(ecosystem.package_manager.version.to_s).to eq("0.6.8")
693
expect(ecosystem.language.name).to eq("python")
694
end
695
0 commit comments