aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/exceptions.py')
-rw-r--r--src/cryptography/exceptions.py2
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
)