X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/062e644aae4299a320aeac59085df4c020ba6c81..383b228a1690d9c15ce97bd2e01874596fbf1288:/pyproject.toml?ds=sidebyside diff --git a/pyproject.toml b/pyproject.toml index 849891f..566462c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,4 +111,7 @@ filterwarnings = [ # this is mitigated by https://github.com/python/cpython/issues/79071 in python 3.8+ # this ignore can be removed when support for 3.7 is dropped. '''ignore:Bare functions are deprecated, use async ones:DeprecationWarning''', + # aiohttp is using deprecated cgi modules - Safe to remove when fixed: + # https://github.com/aio-libs/aiohttp/issues/6905 + '''ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning''', ]