From 4b44ba6447d1327b6550e4ff6ef85c8f2d655c04 Mon Sep 17 00:00:00 2001 From: Daft Bot Date: Tue, 26 Sep 2023 08:00:31 +0200 Subject: [PATCH] Update dependency flop to ~> 0.23.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 01ca8dc..eb7b7c8 100644 --- a/mix.exs +++ b/mix.exs @@ -41,7 +41,7 @@ defmodule Chiya.MixProject do {:ecto_sql, "~> 3.6"}, {:finch, "~> 0.16"}, {:floki, ">= 0.30.0", only: :test}, - {:flop, "~> 0.22.1"}, + {:flop, "~> 0.23.0"}, {:flop_phoenix, "~> 0.21.1"}, {:gettext, "~> 0.23"}, {:jason, "~> 1.2"},