diff options
-rw-r--r-- | src/cryptography/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/exceptions.py b/src/cryptography/exceptions.py index 1e80e4ac..a4292eb8 100644 --- a/src/cryptography/exceptions.py +++ b/src/cryptography/exceptions.py @@ -63,5 +63,5 @@ InvalidToken = utils.deprecated( "The InvalidToken exception has moved to the " "cryptography.hazmat.primitives.twofactor module" ), - utils.DeprecatedIn08 + utils.DeprecatedIn09 ) |