InvalidToken is deprecated in 09, not 08
diff --git a/src/cryptography/exceptions.py b/src/cryptography/exceptions.py
index 1e80e4a..a4292eb 100644
--- a/src/cryptography/exceptions.py
+++ b/src/cryptography/exceptions.py
@@ -63,5 +63,5 @@
         "The InvalidToken exception has moved to the "
         "cryptography.hazmat.primitives.twofactor module"
     ),
-    utils.DeprecatedIn08
+    utils.DeprecatedIn09
 )