File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ wasm = ["serde_json", "dprint-core/wasm"]
26
26
[dependencies ]
27
27
anyhow = " 1.0.51"
28
28
dprint-core = { version = " 0.63.3" , default-features = false }
29
- ruff_formatter = { git = " https://github.com/astral-sh/ruff" , tag = " v0.3.2 " }
30
- ruff_python_ast = { git = " https://github.com/astral-sh/ruff" , tag = " v0.3.2 " }
31
- ruff_python_formatter = { git = " https://github.com/astral-sh/ruff" , tag = " v0.3.2 " }
29
+ ruff_formatter = { git = " https://github.com/astral-sh/ruff" , tag = " v0.3.3 " }
30
+ ruff_python_ast = { git = " https://github.com/astral-sh/ruff" , tag = " v0.3.3 " }
31
+ ruff_python_formatter = { git = " https://github.com/astral-sh/ruff" , tag = " v0.3.3 " }
32
32
serde = { version = " 1.0.108" , features = [" derive" ] }
33
33
serde_json = { version = " 1.0" , optional = true }
34
34
You can’t perform that action at this time.
0 commit comments