From 3a9c56755b12a1086961070fa867c0ef9b396483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:57:40 +0000 Subject: [PATCH] chore(deps): update dependency bandit to v1.12.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 279731d2..1daaaa09 100644 --- a/mix.exs +++ b/mix.exs @@ -41,7 +41,7 @@ defmodule Orbit.MixProject do # Type `mix help deps` for examples and options. defp deps do [ - {:bandit, "1.10.1"}, + {:bandit, "== 1.12.0"}, {:broadway_kinesis, github: "mbta/broadway_kinesis"}, # used by ex_aws to parse AWS CLI settings/credentials {:configparser_ex, "5.0.0", only: :dev},