Bump dependencies and move more shared dependencies into workspace (#3340)

This commit is contained in:
Jonathan Plasse 2023-03-04 18:36:26 +01:00 committed by GitHub
parent f13633cc9f
commit 8828e12283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 158 additions and 122 deletions

View file

@ -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 }