You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nextstrain/cli/aws/cognito/__init__.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@
4
4
importboto3
5
5
importwarnings
6
6
7
-
# Ignore noisy warning from cryptography 37.0.0 about deprecated support for Python 3.6.
7
+
# Ignore noisy warning from cryptography 37.0.0 and 39.0.0 about deprecated support for Python 3.6.
8
8
withwarnings.catch_warnings():
9
9
warnings.filterwarnings(
10
10
"ignore",
11
-
message="Python 3\\.6 is no longer supported by the Python core team\\. Therefore, support for it is deprecated in cryptography and will be removed in a future release\\.",
11
+
message="Python 3\\.6 is no longer supported by the Python core team\\. Therefore, support for it is deprecated in cryptography",
0 commit comments