branch: elpa/git-commit
commit a2739d7db1fdf19b95f36f6ddd15b0c1f523bd26
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Reset Package-Requires for Melpa
---
 lisp/git-commit-pkg.el    |  4 ++--
 lisp/magit-pkg.el         | 10 +++++-----
 lisp/magit-section-pkg.el |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el
index 74e27e74f5..d728138fc0 100644
--- a/lisp/git-commit-pkg.el
+++ b/lisp/git-commit-pkg.el
@@ -2,7 +2,7 @@
   "Edit Git commit messages."
   '((emacs       "26.1")
     (compat      "30.0.0.0")
-    (transient   "0.7.4")
-    (with-editor "3.4.1"))
+    (transient   "20240805")
+    (with-editor "20240806"))
   :homepage "https://magit.vc";
   :keywords '("git" "tools" "vc"))
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index 2c0c58dec6..5d1ba89bfc 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -2,11 +2,11 @@
   "A Git porcelain inside Emacs."
   '((emacs         "26.1")
     (compat        "30.0.0.0")
-    (dash          "2.19.1")
-    (git-commit    "4.0.0")
-    (magit-section "4.0.0")
+    (dash          "20240510")
+    (git-commit    "20240808")
+    (magit-section "20240808")
     (seq           "2.24")
-    (transient     "0.7.4")
-    (with-editor   "3.4.1"))
+    (transient     "20240805")
+    (with-editor   "20240806"))
   :homepage "https://magit.vc";
   :keywords '("git" "tools" "vc"))
diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el
index a553d6a513..93ef8de28f 100644
--- a/lisp/magit-section-pkg.el
+++ b/lisp/magit-section-pkg.el
@@ -2,6 +2,6 @@
   "Sections for read-only buffers."
   '((emacs  "26.1")
     (compat "30.0.0.0")
-    (dash   "2.19.1"))
+    (dash   "20240510"))
   :homepage "https://magit.vc";
   :keywords '("tools"))

Reply via email to