From 1c5e3ad3e7e500e2208329f041f06b9cfa396644 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:36:33 +0000 Subject: [PATCH] chore(deps): update dependency ex_aws to v2.7.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 420607e8..b5536b38 100644 --- a/mix.exs +++ b/mix.exs @@ -54,7 +54,7 @@ defmodule Orbit.MixProject do {:dns_cluster, "0.2.0"}, {:ehmon, github: "mbta/ehmon", only: :prod}, {:ecto_sql, "3.14.0"}, - {:ex_aws, "2.6.1"}, + {:ex_aws, "== 2.7.0"}, {:ex_aws_rds, "2.0.2"}, {:ex_aws_s3, "2.5.9"}, {:ex_machina, "2.8.0", only: :test},