mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Update websockets & Show DeprecationWarnings from all modules (#3527)
related : #3526
This commit is contained in:
parent
8e3a76186b
commit
42a4d10ea5
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user