chore(deps): update dependency sobelow to ~> 0.14 (#148)
All checks were successful
continuous-integration/drone/push Build is passing

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [sobelow](https://hex.pm/packages/sobelow) ([source](https://github.com/sobelow/sobelow)) | dev | minor | `~> 0.13` -> `~> 0.14` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #148
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
2025-05-13 14:54:33 +00:00
committed by João Paulo Dubas
parent 3cb77cdf46
commit 0e9ca8330c
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ defmodule Wabanex.MixProject do
{:plug_cowboy, "~> 2.7.0"},
{:postgrex, "~> 0.20.0"},
{:prom_ex, "~> 1.11.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"}
]