mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-13 12:02:17 +00:00
Align indoc
and base64
workspace dependencies with root project (#9555)
## Summary After #9524, I noticed two other dependencies were misaligned. Since the previous PR has been merged, I was thinking I could submit those two misses. Of course, open to any comments/decline! Thanks!! 🙂 ## Test Plan All units tests are still passing on my side. Let's see with the pull-request CI again 😄
This commit is contained in:
parent
71df509d09
commit
99abd6854e
8 changed files with 9 additions and 9 deletions
|
@ -71,7 +71,7 @@ windows-result = { workspace = true }
|
|||
[dev-dependencies]
|
||||
anyhow = { version = "1.0.89" }
|
||||
assert_fs = { version = "1.1.2" }
|
||||
indoc = { version = "2.0.5" }
|
||||
indoc = { workspace = true }
|
||||
itertools = { version = "0.13.0" }
|
||||
temp-env = { version = "0.3.6" }
|
||||
tempfile = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue