From 38fe038522651fd18eeae60d5e96dc81aa07e863 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 11 Oct 2017 21:55:42 +0800 Subject: increment deprecation for the 2.2 release cycle (#3961) --- src/cryptography/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py index 02857c06..986b504f 100644 --- a/src/cryptography/utils.py +++ b/src/cryptography/utils.py @@ -15,8 +15,7 @@ import warnings # ubiquity of their use. They should not be removed until we agree on when that # cycle ends. PersistentlyDeprecated = DeprecationWarning -DeprecatedIn19 = DeprecationWarning -DeprecatedIn21 = PendingDeprecationWarning +DeprecatedIn21 = DeprecationWarning def _check_bytes(name, value): -- cgit v1.2.3