diff --git a/Project.toml b/Project.toml index 501b911cf1..f084e9998d 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ Dates = "0, 1" Downloads = "1" ExpressionExplorer = "0.5, 0.6, 1" FileWatching = "1" -FuzzyCompletions = "=0.5.4" +FuzzyCompletions = "=0.5.5" HTTP = "^1.5.2" HypertextLiteral = "0.7, 0.8, 0.9" InteractiveUtils = "1" diff --git a/src/runner/PlutoRunner/Project.toml b/src/runner/PlutoRunner/Project.toml index ec024fe8ed..c6fdc83248 100644 --- a/src/runner/PlutoRunner/Project.toml +++ b/src/runner/PlutoRunner/Project.toml @@ -19,5 +19,5 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] # these compat entries should match those for the same packages in Project.toml of Pluto.jl itself. -FuzzyCompletions = "=0.5.4" +FuzzyCompletions = "=0.5.5" PrecompileTools = "=1.2.1"