Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 4, 2024
1 parent 987e548 commit 7c83c25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crates/uv/tests/lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7196,10 +7196,10 @@ fn lock_find_links_http_wheel() -> Result<()> {
[[package]]
name = "packaging"
version = "23.2"
source = { registry = "https://raw.githubusercontent.com/astral-sh/packse/0.3.34/vendor/links.html" }
sdist = { url = "https://raw.githubusercontent.com/astral-sh/packse/0.3.34/vendor/build/packaging-23.2.tar.gz" }
source = { registry = "https://raw.githubusercontent.com/astral-sh/packse/0.3.36/vendor/links.html" }
sdist = { url = "https://raw.githubusercontent.com/astral-sh/packse/0.3.36/vendor/build/packaging-23.2.tar.gz" }
wheels = [
{ url = "https://raw.githubusercontent.com/astral-sh/packse/0.3.34/vendor/build/packaging-23.2-py3-none-any.whl" },
{ url = "https://raw.githubusercontent.com/astral-sh/packse/0.3.36/vendor/build/packaging-23.2-py3-none-any.whl" },
]
[[package]]
Expand Down Expand Up @@ -7291,10 +7291,10 @@ fn lock_find_links_http_sdist() -> Result<()> {
[[package]]
name = "packaging"
version = "23.2"
source = { registry = "https://raw.githubusercontent.com/astral-sh/packse/0.3.34/vendor/links.html" }
sdist = { url = "https://raw.githubusercontent.com/astral-sh/packse/0.3.34/vendor/build/packaging-23.2.tar.gz" }
source = { registry = "https://raw.githubusercontent.com/astral-sh/packse/0.3.36/vendor/links.html" }
sdist = { url = "https://raw.githubusercontent.com/astral-sh/packse/0.3.36/vendor/build/packaging-23.2.tar.gz" }
wheels = [
{ url = "https://raw.githubusercontent.com/astral-sh/packse/0.3.34/vendor/build/packaging-23.2-py3-none-any.whl" },
{ url = "https://raw.githubusercontent.com/astral-sh/packse/0.3.36/vendor/build/packaging-23.2-py3-none-any.whl" },
]
[[package]]
Expand Down

0 comments on commit 7c83c25

Please sign in to comment.