mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -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
|
# Filter fuzzywuzzy slow sequence matcher warning
|
||||||
_warnings.filterwarnings("ignore", module=r"fuzzywuzzy.*")
|
_warnings.filterwarnings("ignore", module=r"fuzzywuzzy.*")
|
||||||
|
# Show DeprecationWarning
|
||||||
|
_warnings.filterwarnings("default", category=DeprecationWarning)
|
||||||
|
|||||||
@ -50,7 +50,7 @@ install_requires =
|
|||||||
schema==0.7.1
|
schema==0.7.1
|
||||||
tqdm==4.41.1
|
tqdm==4.41.1
|
||||||
uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
|
uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||||
websockets==6.0
|
websockets==8.1
|
||||||
yarl==1.4.2
|
yarl==1.4.2
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user