merge: updates from upstream
All checks were successful
continuous-integration/drone/pr Build is passing

Conflicts:
    mix.exs
    mix.lock
This commit is contained in:
2025-05-13 18:00:54 +00:00
6 changed files with 8 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ defmodule Wabanex.MixProject do
{:postgrex, "~> 0.20.0"},
{:prom_ex, "~> 1.11.0"},
{:req, "~> 0.5.0"},
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
{:sobelow, "~> 0.14", only: [:dev, :test], runtime: false},
{:telemetry_metrics, "~> 1.1.0"},
{:telemetry_poller, "~> 1.2.0"},
{:xlsx_reader, "~> 0.8.0"}