diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `data-rfc5280` uses [PVP Versioning][1].
 
+## 0.1.0.2 -- 2026-09-05
+
+* Adjust bounds of some dependencies
+
 ## 0.1.0.1 -- 2026-09-05
 
 * Fix typo in the cabal file
diff --git a/data-rfc5280.cabal b/data-rfc5280.cabal
--- a/data-rfc5280.cabal
+++ b/data-rfc5280.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               data-rfc5280
-version:            0.1.0.1
+version:            0.1.0.2
 synopsis:           Represent the standard X.509v3 certificate extensions
 description:
   @data-rfc5280@ provides Haskell types for the standard X.509v3
@@ -57,12 +57,12 @@
   hs-source-dirs:   src
   build-depends:
     , base                 >=4.10 && <5
-    , bytestring           >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.13
+    , bytestring           >=0.10.8.2 && <0.11 || >=0.11.3 && <0.13
     , email-validate       >=2.3 && <2.4
     , ip                   >=1.3 && <1.9
     , modern-uri           >=0.3 && <0.4
     , nonempty-containers  >=0.3 && <0.4
-    , text                 >=1.2 && <2.2
+    , text                 >=1.2.3 && <2.3
 
   default-language: Haskell2010
   ghc-options:      -Wall -Wincomplete-uni-patterns -Wpartial-fields -fwarn-tabs
@@ -94,7 +94,7 @@
     , hspec           >=2.7 && < 2.12
     , ip              >=1.3 && <1.9
     , modern-uri      >=0.3 && <0.4
-    , QuickCheck      >=2.13 && < 2.16
-    , text            >=1.2 && <2.2
+    , QuickCheck      >=2.13 && < 2.20
+    , text            >=1.2.3 && <2.3
     , data-rfc5280
 
