File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,21 +148,21 @@ def test_uv_lock_export(tmp_path):
148148version = "24.1.0"
149149source = { registry = "https://pypi.org/simple" }
150150sdist = { url = "https://example.com/aiofiles-24.1.0.tar.gz", hash = "sha256:1" }
151- wheels = [{ url = "https://example.com/aiofiles-24.1.0.whl", hash = "sha256:2" }]
151+ wheels = [{ url = "https://example.com/aiofiles-24.1.0-py3-none-any .whl", hash = "sha256:2" }]
152152
153153[[package]]
154154name = "annotated-doc"
155155version = "0.0.4"
156156source = { registry = "https://pypi.org/simple" }
157157sdist = { url = "https://example.com/annotated_doc-0.0.4.tar.gz", hash = "sha256:3" }
158- wheels = [{ url = "https://example.com/annotated_doc-0.0.4.whl", hash = "sha256:4" }]
158+ wheels = [{ url = "https://example.com/annotated_doc-0.0.4-py3-none-any .whl", hash = "sha256:4" }]
159159
160160[[package]]
161161name = "annotated-types"
162162version = "0.7.0"
163163source = { registry = "https://pypi.org/simple" }
164164sdist = { url = "https://example.com/annotated_types-0.7.0.tar.gz", hash = "sha256:5" }
165- wheels = [{ url = "https://example.com/annotated_types-0.7.0.whl", hash = "sha256:6" }]
165+ wheels = [{ url = "https://example.com/annotated_types-0.7.0-py3-none-any .whl", hash = "sha256:6" }]
166166
167167[[package]]
168168name = "demo"
You can’t perform that action at this time.
0 commit comments