mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-02 04:48:07 +00:00
Bump dependencies and move more shared dependencies into workspace (#3340)
This commit is contained in:
parent
f13633cc9f
commit
8828e12283
12 changed files with 158 additions and 122 deletions
|
|
@ -23,6 +23,6 @@ rustpython-parser = { workspace = true }
|
|||
[dev-dependencies]
|
||||
ruff_testing_macros = { path = "../ruff_testing_macros" }
|
||||
|
||||
insta = { version = "1.19.0", features = [] }
|
||||
test-case = { version = "2.2.2" }
|
||||
similar = { version = "2.2.1" }
|
||||
insta = { workspace = true, features = [] }
|
||||
test-case = { workspace = true }
|
||||
similar = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue