diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
-## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...main)
+## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.3...main)
 
 None
+
+## [v0.6.3.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.2...v0.6.3.3)
+
+No changes, released to test release automation.
+
+## [v0.6.3.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...v0.6.3.2)
+
+- Remove dependencies upper bounds
 
 ## [v0.6.3.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.0...v0.6.3.1)
 
diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal
--- a/yesod-auth-oauth2.cabal
+++ b/yesod-auth-oauth2.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               yesod-auth-oauth2
-version:            0.6.3.1
+version:            0.6.3.3
 license:            MIT
 license-file:       LICENSE
 maintainer:         engineering@freckle.com
@@ -62,18 +62,18 @@
     build-depends:
         aeson >=0.6 && <1.6,
         base >=4.9.0.0 && <5,
-        bytestring >=0.9.1.4 && <0.12,
-        cryptonite >=0.25 && <0.30,
+        bytestring >=0.9.1.4 && <0.11,
+        cryptonite >=0.25 && <0.28,
         errors >=2.3.0 && <2.4,
         hoauth2 >=1.11.0 && <1.17,
-        http-client >=0.4.0 && <0.8,
-        http-conduit >=2.0 && <3.0,
+        http-client >=0.4.0 && <0.7,
+        http-conduit >=2.0 && <2.4,
         http-types >=0.8 && <0.13,
-        memory >=0.15.0 && <0.17,
+        memory >=0.15.0 && <0.16,
         microlens >=0.4.11.2 && <0.5,
         mtl >=2.2.2 && <2.3,
         safe-exceptions >=0.1.7.1 && <0.2,
-        text >=0.7 && <2.0,
+        text >=0.7 && <1.3,
         unliftio >=0.2.14 && <0.3,
         uri-bytestring >=0.3.3.0 && <0.4,
         yesod-auth >=1.6.0 && <1.7,
@@ -89,11 +89,11 @@
         aeson >=0.6 && <1.6,
         aeson-pretty >=0.8.8 && <0.9,
         base >=4.9.0.0 && <5,
-        bytestring >=0.9.1.4 && <0.12,
+        bytestring >=0.9.1.4 && <0.11,
         containers >=0.6.2.1 && <0.7,
-        http-conduit >=2.0 && <3.0,
+        http-conduit >=2.0 && <2.4,
         load-env >=0.2.1.0 && <0.3,
-        text >=0.7 && <2.0,
+        text >=0.7 && <1.3,
         warp >=3.3.14 && <3.4,
         yesod >=1.6.1.0 && <1.7,
         yesod-auth >=1.6.0 && <1.7,
