From 89ed986e7a51040da3662a72fd47549afe3fdba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:37:12 +0000 Subject: [PATCH] chore: Update sentry requirement from ~> 8.0 to ~> 10.1 in /apps/api_web Updates the requirements on [sentry](https://github.com/getsentry/sentry-elixir) to permit the latest version. - [Release notes](https://github.com/getsentry/sentry-elixir/releases) - [Changelog](https://github.com/getsentry/sentry-elixir/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-elixir/compare/8.0.0...10.1.0) --- updated-dependencies: - dependency-name: sentry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api_web/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api_web/mix.exs b/apps/api_web/mix.exs index dd893d50..9ff64031 100644 --- a/apps/api_web/mix.exs +++ b/apps/api_web/mix.exs @@ -83,7 +83,7 @@ defmodule ApiWeb.Mixfile do {:stream_data, "~> 0.5", only: :test}, {:sobelow, "~> 0.11", only: :dev, runtime: false}, {:recaptcha, git: "https://github.com/samueljseay/recaptcha.git", tag: "71cd746"}, - {:sentry, "~> 8.0"}, + {:sentry, "~> 10.1"}, {:qr_code, "~> 3.0"}, {:nimble_totp, "~> 1.0"} ]