From e722fefeff0daff442187ae20220531b2fe33f73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 08:52:13 +0000 Subject: [PATCH] chore(deps): update dependency req to ~> 0.7 --- 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..4f75cea 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.7"} ] end