diff --git a/cabal-debian.cabal b/cabal-debian.cabal
--- a/cabal-debian.cabal
+++ b/cabal-debian.cabal
@@ -1,7 +1,7 @@
 cabal-version:  3.0
 Name:           cabal-debian
-Version:        5.2.5
-Copyright:      Copyright (c) 2007-2014, David Fox, Jeremy Shaw; 2017-2024 Clint Adams
+Version:        5.2.6
+Copyright:      Copyright (c) 2007-2014, David Fox, Jeremy Shaw; 2017-2025 Clint Adams
 License:        BSD-3-Clause
 License-File:   LICENSE
 Author:         David Fox <dsf@seereason.com>
@@ -136,7 +136,7 @@
   test-data/artvaluereport2/output/debian/artvaluereport2-backups.install
   test-data/artvaluereport2/output/debian/copyright
   test-data/artvaluereport2/output/debian/source/format
-Tested-With:    GHC ==9.12.1 || ==9.10.1 || ==9.8.2 || ==9.6.6
+Tested-With:    GHC ==9.12.1 || ==9.10.1 || ==9.8.4 || ==9.6.6
 
 Source-Repository head
   type: git
@@ -172,7 +172,7 @@
     unix,
     unliftio >= 0.2.8.0,
     utf8-string,
-    optparse-applicative >= 0.11 && < 0.19,
+    optparse-applicative >= 0.11 && < 0.20,
     ansi-wl-pprint >= 0.6 && < 1.1,
     debian >= 3.95
   Exposed-Modules:
diff --git a/src/Debian/Debianize/Finalize.hs b/src/Debian/Debianize/Finalize.hs
--- a/src/Debian/Debianize/Finalize.hs
+++ b/src/Debian/Debianize/Finalize.hs
@@ -466,7 +466,7 @@
 
         let packagesURI = "https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/" <> pack src
         zoom D.control $ do
-           S.standardsVersion .?= Just (parseStandardsVersion "4.7.0")
+           S.standardsVersion .?= Just (parseStandardsVersion "4.7.2")
            S.homepage .?= Just ("https://hackage.haskell.org/package/" <> pack (unPackageName cabal))
            S.vcsFields %= Set.union (Set.fromList
               [ S.VCSBrowser packagesURI
diff --git a/src/Debian/Debianize/Optparse.hs b/src/Debian/Debianize/Optparse.hs
--- a/src/Debian/Debianize/Optparse.hs
+++ b/src/Debian/Debianize/Optparse.hs
@@ -340,7 +340,7 @@
 standardsVersionP = O.option (parseStandardsVersion <$> O.str) m where
   m = O.help helpMsg
       <> O.long "standards-version"
-      <> O.value (parseStandardsVersion "4.7.0")
+      <> O.value (parseStandardsVersion "4.7.2")
       <> O.metavar "CABALVERSION"
   helpMsg = unlines [
     "Claim compatibility to this version of the Debian policy",
