diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -133,6 +133,8 @@
 
 [PVP]: https://pvp.haskell.org/
 
+* 1.0.5.2 (2021-02-28)
+    - The program now builds against a wider set of dependencies. There were no changes in functionality.
 * 1.0.5.1 (2021-02-27)
     - The program now builds against a wider set of dependencies. There were no changes in functionality.
 * 1.0.5 (2019-09-15)
diff --git a/pinboard-notes-backup.cabal b/pinboard-notes-backup.cabal
--- a/pinboard-notes-backup.cabal
+++ b/pinboard-notes-backup.cabal
@@ -1,5 +1,5 @@
 name:                pinboard-notes-backup
-version:             1.0.5.1
+version:             1.0.5.2
 synopsis:            Back up the notes you've saved to Pinboard
 description:         A command-line application to back up your notes from the
                      Pinboard bookmarking service to a local SQLite database.
@@ -35,7 +35,7 @@
                        , http-types           >= 0.12 && < 0.13
                        , mtl                  >= 2.2  && < 2.3
                        , optparse-applicative >= 0.11 && < 0.16
-                       , req                  >= 1.0  && < 3.9
+                       , req                  >= 1.0  && < 3.10
                        , sqlite-simple        >= 0.4  && < 0.5
                        , text                 >= 1.2  && < 1.3
                        , time                 >= 1.5  && < 1.10
