mirror of https://github.com/astral-sh/uv
Update pubgrub onto upstream (#2243)
No functional changes, just pulling in the upstream changes in preparation of new changes.
This commit is contained in:
parent
c6af78d153
commit
97b4526825
|
|
@ -2483,7 +2483,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pubgrub"
|
||||
version = "0.2.1"
|
||||
source = "git+https://github.com/zanieb/pubgrub?rev=aab132a3d4d444dd8dd41d8c4e605abd69dacfe1#aab132a3d4d444dd8dd41d8c4e605abd69dacfe1"
|
||||
source = "git+https://github.com/zanieb/pubgrub?rev=332f02b0e436ca8449c7ef5e15b992dd5f35908b#332f02b0e436ca8449c7ef5e15b992dd5f35908b"
|
||||
dependencies = [
|
||||
"indexmap 2.2.3",
|
||||
"log",
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ pathdiff = { version = "0.2.1" }
|
|||
petgraph = { version = "0.6.4" }
|
||||
platform-info = { version = "2.0.2" }
|
||||
plist = { version = "1.6.0" }
|
||||
pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "aab132a3d4d444dd8dd41d8c4e605abd69dacfe1" }
|
||||
pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "332f02b0e436ca8449c7ef5e15b992dd5f35908b" }
|
||||
pyo3 = { version = "0.20.3" }
|
||||
pyo3-log = { version = "0.9.0" }
|
||||
pyproject-toml = { version = "0.10.0" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue