diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,6 +21,12 @@
 User-visible changes in hledger-ui.
 See also the hledger changelog.
 
+# 1.32.3 2024-01-28
+
+- Use hledger-1.32.3
+
+- Allow vty 6.2, brick 2.3
+
 # 1.32.2 2023-12-31
 
 Features
diff --git a/hledger-ui.1 b/hledger-ui.1
--- a/hledger-ui.1
+++ b/hledger-ui.1
@@ -1,5 +1,5 @@
 
-.TH "HLEDGER\-UI" "1" "December 2023" "hledger-ui-1.32.2 " "hledger User Manuals"
+.TH "HLEDGER\-UI" "1" "January 2024" "hledger-ui-1.32.3 " "hledger User Manuals"
 
 
 
@@ -12,7 +12,7 @@
 .PD
 \f[CR]hledger ui \-\- [OPTS] [QUERYARGS]\f[R]
 .SH DESCRIPTION
-This manual is for hledger\[aq]s terminal interface, version 1.32.2.
+This manual is for hledger\[aq]s terminal interface, version 1.32.3.
 See also the hledger manual for common concepts and file formats.
 .PP
 hledger is a robust, user\-friendly, cross\-platform set of programs for
@@ -112,9 +112,6 @@
 .TP
 \f[CR]\-\-alias=OLD=NEW\f[R]
 rename accounts named OLD to NEW
-.TP
-\f[CR]\-\-anon\f[R]
-anonymize accounts and payees
 .TP
 \f[CR]\-\-pivot FIELDNAME\f[R]
 use some other field or tag for the account name
diff --git a/hledger-ui.cabal b/hledger-ui.cabal
--- a/hledger-ui.cabal
+++ b/hledger-ui.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           hledger-ui
-version:        1.32.2
+version:        1.32.3
 synopsis:       Terminal interface for the hledger accounting system
 description:    A simple terminal user interface for the hledger accounting system.
                 It can be a more convenient way to browse your accounts than the CLI.
@@ -68,12 +68,12 @@
   hs-source-dirs:
       ./
   ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
-  cpp-options: -DVERSION="1.32.2" -DVERSION="1.32.2"
+  cpp-options: -DVERSION="1.32.3" -DVERSION="1.32.3"
   build-depends:
       ansi-terminal >=0.9
     , async
     , base >=4.14 && <4.19
-    , brick >=2.1.1 && <2.3
+    , brick >=2.1.1 && <2.4
     , cmdargs >=0.8
     , containers >=0.5.9
     , data-default
@@ -82,8 +82,8 @@
     , extra >=1.6.3
     , filepath
     , fsnotify ==0.4.*
-    , hledger >=1.32.2 && <1.33
-    , hledger-lib >=1.32.2 && <1.33
+    , hledger >=1.32.3 && <1.33
+    , hledger-lib >=1.32.3 && <1.33
     , megaparsec >=7.0.0 && <9.7
     , microlens >=0.4
     , microlens-platform >=0.2.3.1
@@ -96,7 +96,7 @@
     , time >=1.5
     , transformers
     , vector
-    , vty ==6.1.*
+    , vty >=6.1 && <6.3
     , vty-crossplatform >=0.4.0.0 && <0.5.0.0
   default-language: Haskell2010
   if os(windows)
@@ -113,7 +113,7 @@
   hs-source-dirs:
       app
   ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
-  cpp-options: -DVERSION="1.32.2"
+  cpp-options: -DVERSION="1.32.3"
   build-depends:
       base >=4.14 && <4.19
     , hledger-ui
diff --git a/hledger-ui.info b/hledger-ui.info
--- a/hledger-ui.info
+++ b/hledger-ui.info
@@ -16,7 +16,7 @@
    'hledger-ui [OPTS] [QUERYARGS]'
 'hledger ui -- [OPTS] [QUERYARGS]'
 
-   This manual is for hledger's terminal interface, version 1.32.2.  See
+   This manual is for hledger's terminal interface, version 1.32.3.  See
 also the hledger manual for common concepts and file formats.
 
    hledger is a robust, user-friendly, cross-platform set of programs
@@ -148,9 +148,6 @@
 '--alias=OLD=NEW'
 
      rename accounts named OLD to NEW
-'--anon'
-
-     anonymize accounts and payees
 '--pivot FIELDNAME'
 
      use some other field or tag for the account name
@@ -680,40 +677,40 @@
 Ref: #general-help-options3100
 Node: General input options3382
 Ref: #general-input-options3567
-Node: General reporting options4269
-Ref: #general-reporting-options4433
-Node: MOUSE7823
-Ref: #mouse7918
-Node: KEYS8155
-Ref: #keys8248
-Node: SCREENS12903
-Ref: #screens13001
-Node: Menu13581
-Ref: #menu13674
-Node: Cash accounts13869
-Ref: #cash-accounts14011
-Node: Balance sheet accounts14195
-Ref: #balance-sheet-accounts14376
-Node: Income statement accounts14496
-Ref: #income-statement-accounts14682
-Node: All accounts14846
-Ref: #all-accounts14992
-Node: Register15174
-Ref: #register15298
-Node: Transaction17582
-Ref: #transaction17705
-Node: Error19122
-Ref: #error19216
-Node: TIPS19460
-Ref: #tips19559
-Node: Watch mode19601
-Ref: #watch-mode19708
-Node: Debug output21167
-Ref: #debug-output21278
-Node: ENVIRONMENT21490
-Ref: #environment21600
-Node: BUGS21791
-Ref: #bugs21874
+Node: General reporting options4224
+Ref: #general-reporting-options4388
+Node: MOUSE7778
+Ref: #mouse7873
+Node: KEYS8110
+Ref: #keys8203
+Node: SCREENS12858
+Ref: #screens12956
+Node: Menu13536
+Ref: #menu13629
+Node: Cash accounts13824
+Ref: #cash-accounts13966
+Node: Balance sheet accounts14150
+Ref: #balance-sheet-accounts14331
+Node: Income statement accounts14451
+Ref: #income-statement-accounts14637
+Node: All accounts14801
+Ref: #all-accounts14947
+Node: Register15129
+Ref: #register15253
+Node: Transaction17537
+Ref: #transaction17660
+Node: Error19077
+Ref: #error19171
+Node: TIPS19415
+Ref: #tips19514
+Node: Watch mode19556
+Ref: #watch-mode19663
+Node: Debug output21122
+Ref: #debug-output21233
+Node: ENVIRONMENT21445
+Ref: #environment21555
+Node: BUGS21746
+Ref: #bugs21829
 
 End Tag Table
 
diff --git a/hledger-ui.txt b/hledger-ui.txt
--- a/hledger-ui.txt
+++ b/hledger-ui.txt
@@ -9,7 +9,7 @@
        hledger ui -- [OPTS] [QUERYARGS]
 
 DESCRIPTION
-       This  manual  is for hledger's terminal interface, version 1.32.2.  See
+       This  manual  is for hledger's terminal interface, version 1.32.3.  See
        also the hledger manual for common concepts and file formats.
 
        hledger is a robust, user-friendly, cross-platform set of programs  for
@@ -102,8 +102,6 @@
        --alias=OLD=NEW
               rename accounts named OLD to NEW
 
-       --anon anonymize accounts and payees
-
        --pivot FIELDNAME
               use some other field or tag for the account name
 
@@ -537,4 +535,4 @@
 SEE ALSO
        hledger(1), hledger-ui(1), hledger-web(1), ledger(1)
 
-hledger-ui-1.32.2                December 2023                   HLEDGER-UI(1)
+hledger-ui-1.32.3                January 2024                    HLEDGER-UI(1)
