aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py
index 31d72756..445554ec 100644
--- a/src/cryptography/utils.py
+++ b/src/cryptography/utils.py
@@ -11,7 +11,7 @@ import warnings
DeprecatedIn08 = DeprecationWarning
-DeprecatedIn09 = DeprecationWarning
+DeprecatedIn09 = PendingDeprecationWarning
def read_only_property(name):