From c0614ee62593d504a9f5855a6de3b73b45f9438f Mon Sep 17 00:00:00 2001
From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
Date: Mon, 15 Apr 2024 12:25:27 +0000
Subject: [PATCH 1/2] argocd 2.10.7

---
 Formula/a/argocd.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Formula/a/argocd.rb b/Formula/a/argocd.rb
index feef09f5fd640..905ac2eaa9135 100644
--- a/Formula/a/argocd.rb
+++ b/Formula/a/argocd.rb
@@ -2,8 +2,8 @@ class Argocd < Formula
   desc "GitOps Continuous Delivery for Kubernetes"
   homepage "https://argoproj.github.io/cd"
   url "https://github.com/argoproj/argo-cd.git",
-      tag:      "v2.10.6",
-      revision: "d504d2b1d92f0cf831a124a5fd1a96ee29fa7679"
+      tag:      "v2.10.7",
+      revision: "b060053b099b4c81c1e635839a309c9c8c1863e9"
   license "Apache-2.0"
 
   # There can be a notable gap between when a version is tagged and a

From 7fe97afe8705f1c855597dc80eb4819d328d12c4 Mon Sep 17 00:00:00 2001
From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
Date: Mon, 15 Apr 2024 13:54:06 +0000
Subject: [PATCH 2/2] argocd: update 2.10.7 bottle.

---
 Formula/a/argocd.rb | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Formula/a/argocd.rb b/Formula/a/argocd.rb
index 905ac2eaa9135..be873dbe89680 100644
--- a/Formula/a/argocd.rb
+++ b/Formula/a/argocd.rb
@@ -18,13 +18,13 @@ class Argocd < Formula
   end
 
   bottle do
-    sha256 cellar: :any_skip_relocation, arm64_sonoma:   "bb8d57b1937f081406f2dee0e813c6c30a568194e509d0de13cab9ff9b3e36dc"
-    sha256 cellar: :any_skip_relocation, arm64_ventura:  "4370ac8f9f5983a15e6980024a5cf5f4409485b7e5cb79801eb5cb9500a62920"
-    sha256 cellar: :any_skip_relocation, arm64_monterey: "65ecf3152c9b3463789e15721920b31e8314ec3c2f5c2702bf0cb3f93d9b4fe2"
-    sha256 cellar: :any_skip_relocation, sonoma:         "c6dab56fe4a42b3127415dfe7e1a15741a4d3706c60702e0932e73608f320bd1"
-    sha256 cellar: :any_skip_relocation, ventura:        "5992447e29db9177fdf758a81633ceb432e8e116ef76b63e9df09abaa7a15cce"
-    sha256 cellar: :any_skip_relocation, monterey:       "574f01dae160499e519c2563cae60120d564e893b228adb94dfeb591a347eb84"
-    sha256 cellar: :any_skip_relocation, x86_64_linux:   "a2b286b6c024b6a9faa5d0d88bc9ea6b4a38046b6cf6e9e1f44aed701a6ec16d"
+    sha256 cellar: :any_skip_relocation, arm64_sonoma:   "72cb42f59a6349905730f88690851aa6a3e64503ba5b8ce952691c5226bde14f"
+    sha256 cellar: :any_skip_relocation, arm64_ventura:  "0e517272fe4092e0de1afbbb31e974b2427c781a65a1504857389a174d4df3bd"
+    sha256 cellar: :any_skip_relocation, arm64_monterey: "e73677fac9c13f180454d1e65b77bb2c192852feb012f3df2938cfabb4267e58"
+    sha256 cellar: :any_skip_relocation, sonoma:         "a0b6470264c1d6cd1c9a4575fca52a3aa47aacd08ba62e49e923e5e24f4320e0"
+    sha256 cellar: :any_skip_relocation, ventura:        "52763ed3f8b91b8e840e21fd5373317e7c559ee70175ff5edf0c62b3c40f0938"
+    sha256 cellar: :any_skip_relocation, monterey:       "f8c693276047a46d0f62398afa3c2ab18883a988afdbcc0b62e5e822a0bbbeb7"
+    sha256 cellar: :any_skip_relocation, x86_64_linux:   "d21f7b8c51576892b68c96f55e9973872ac9a58796db2392d3ffa5484632f1e4"
   end
 
   depends_on "go" => :build