diff --git a/pytest.ini b/pytest.ini index ee3bbae..4b858f8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -9,6 +9,9 @@ addopts = --cov-report xml xfail_strict = True asyncio_mode = auto -filterwarnings = error +filterwarnings = + error + # Pending https://github.com/aio-libs/aiohttp-session/pull/1204 + ignore::aiohttp.web_exceptions.NotAppKeyWarning testpaths = tests diff --git a/requirements.txt b/requirements.txt index 45a7f5d..613f358 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.13.5 +aiohttp==3.14.0 aiohttp-jinja2==1.6 gidgethub==5.4.0 aiohttp-session[secure]==2.12.1