mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
Update websockets & Show DeprecationWarnings from all modules (#3527)
related : #3526
This commit is contained in:
1
changelog.d/3256.dep.rst
Normal file
1
changelog.d/3256.dep.rst
Normal file
@@ -0,0 +1 @@
|
||||
Use websockets 8.1
|
||||
1
changelog.d/3526.enhance.rst
Normal file
1
changelog.d/3526.enhance.rst
Normal file
@@ -0,0 +1 @@
|
||||
Show DeprecationWarning's
|
||||
@@ -196,3 +196,5 @@ version_info = VersionInfo.from_str(__version__)
|
||||
|
||||
# Filter fuzzywuzzy slow sequence matcher warning
|
||||
_warnings.filterwarnings("ignore", module=r"fuzzywuzzy.*")
|
||||
# Show DeprecationWarning
|
||||
_warnings.filterwarnings("default", category=DeprecationWarning)
|
||||
|
||||
Reference in New Issue
Block a user