diff --git a/pyproject.toml b/pyproject.toml index bb5521b6..5c3ee235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "click~=8.1", "datadog-api-client~=2.46", "dep-sync~=0.1", - "find-exe~=0.1", + "find-exe~=0.2.1", "httpx[http2]~=0.28.1", "hvac~=2.3.0", "keyring~=25.6.0", diff --git a/uv.lock b/uv.lock index 67a520e2..50a1d657 100644 --- a/uv.lock +++ b/uv.lock @@ -745,7 +745,7 @@ requires-dist = [ { name = "click", specifier = "~=8.1" }, { name = "datadog-api-client", specifier = "~=2.46" }, { name = "dep-sync", specifier = "~=0.1" }, - { name = "find-exe", specifier = "~=0.1" }, + { name = "find-exe", specifier = "~=0.2.1" }, { name = "httpx", extras = ["http2"], specifier = "~=0.28.1" }, { name = "hvac", specifier = "~=2.3.0" }, { name = "keyring", specifier = "~=25.6.0" },