branch: elpa/magit
commit 8e56f24f189fc13db4105e179a2477f8e6d49f5c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Bump dependencies
---
lisp/magit-section.el | 2 +-
lisp/magit.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 339c1b625e4..4b299c31eee 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -11,7 +11,7 @@
;; Package-Version: 4.2.0
;; Package-Requires: (
;; (emacs "27.1")
-;; (compat "30.0.1.0")
+;; (compat "30.0.2.0")
;; (dash "2.19.1")
;; (llama "0.6.0")
;; (seq "2.24"))
diff --git a/lisp/magit.el b/lisp/magit.el
index 1b65238942c..75a123ba8db 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -20,12 +20,12 @@
;; Package-Version: 4.2.0
;; Package-Requires: (
;; (emacs "27.1")
-;; (compat "30.0.1.0")
+;; (compat "30.0.2.0")
;; (dash "2.19.1")
;; (llama "0.6.0")
;; (magit-section "4.2.0")
;; (seq "2.24")
-;; (transient "0.8.2")
+;; (transient "0.8.4")
;; (with-editor "3.4.3"))
;; SPDX-License-Identifier: GPL-3.0-or-later