diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for brick-list-skip
 
+## 0.1.1.3 -- 2023-04-25
+
+* Bump the upper version boundary of brick to 1.7
+* Bump the upper version boundary of vty to 5.37
+
 ## 0.1.1.2 -- 2023-04-13
 
 * Fixed typos in README.md and CHANGELOG.md
diff --git a/brick-list-skip.cabal b/brick-list-skip.cabal
--- a/brick-list-skip.cabal
+++ b/brick-list-skip.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: brick-list-skip
-version: 0.1.1.2
+version: 0.1.1.3
 
 synopsis: Skip a certain kind of items when moving in brick list
 
@@ -41,7 +41,7 @@
 common all
     build-depends:
         base >=4.14 && <5
-      , brick >=1.5 && <1.7
+      , brick >=1.5 && <1.8
       , microlens >=0.4.13 && <0.5
       , vector >=0.12.3 && <0.13
     default-language: Haskell2010
@@ -60,6 +60,6 @@
     main-is: BrickListSkip.hs
     build-depends:
         brick-list-skip
-      , vty >=5.36 && <5.37
+      , vty >=5.36 && <5.38
     hs-source-dirs: demo
     ghc-options: -threaded
