From 7c8402ddb88df09cf1a33b3925c2996926fd0a23 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 26 Mar 2021 17:33:55 +0000 Subject: Suppress CryptographyDeprecationWarning (#9698) This warning is somewhat confusing to users, so let's suppress it --- changelog.d/9698.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9698.misc (limited to 'changelog.d/9698.misc') diff --git a/changelog.d/9698.misc b/changelog.d/9698.misc new file mode 100644 index 0000000000..d199e846c5 --- /dev/null +++ b/changelog.d/9698.misc @@ -0,0 +1 @@ +Suppress "CryptographyDeprecationWarning: int_from_bytes is deprecated". -- cgit 1.5.1