From 9f21278ace83b6a7361cf6671a7132f874f48cf2 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Mon, 21 Aug 2023 14:59:06 -0500 Subject: [PATCH] Add link to issue in aiohttp repository --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6fdad32..ac871dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,5 +33,6 @@ Documentation = "https://truststore.readthedocs.io" asyncio_mode = "strict" filterwarnings = [ "error", + # See: aio-libs/aiohttp#7545 "ignore:.*datetime.utcfromtimestamp().*:DeprecationWarning", ]