From 65950bef790de2d5269d1040859ad54aa022b11a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:00:12 +0000 Subject: [PATCH] chore(deps): update dependency req to ~> 0.6 --- providers/openfeature-provider-flagd/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/openfeature-provider-flagd/mix.exs b/providers/openfeature-provider-flagd/mix.exs index 04775ee..60c09db 100644 --- a/providers/openfeature-provider-flagd/mix.exs +++ b/providers/openfeature-provider-flagd/mix.exs @@ -40,7 +40,7 @@ defmodule OpenFeature.Provider.Flagd.MixProject do {:grpc, "~> 0.10.0"}, {:open_feature, "~> 0.1"}, {:mimic, "~> 2.0", only: :test, runtime: false}, - {:req, "~> 0.5"} + {:req, "~> 0.6"} ] end