diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.5.0.3
+
+- Refresh dependency freeze and allow `containers` 0.8.
+
 ## 0.5.0.2
 
 - Support GHC 9.14.
diff --git a/json-spec-elm.cabal b/json-spec-elm.cabal
--- a/json-spec-elm.cabal
+++ b/json-spec-elm.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                json-spec-elm
-version:             0.5.0.2
+version:             0.5.0.3
 synopsis:            Elm code generate for `json-spec`.
 description:         
                      Produce elm types, encoders, and decoders from a
@@ -23,7 +23,7 @@
 common dependencies
   build-depends:
     , base                 >= 4.19.2.0 && < 4.23
-    , containers           >= 0.6.8    && < 0.8
+    , containers           >= 0.6.8    && < 0.9
     , elm-syntax           >= 0.3.3.0  && < 0.4
     , json-spec            >= 1.3.0.0  && < 1.4
     , text                 >= 2.1.1    && < 2.2
