From f4c339db8c8f3089a7b178be14afa400c9facab2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" <nick@koston.org> Date: Wed, 25 Sep 2024 09:00:04 -0500 Subject: [PATCH] Fix license check for new aiocache (#126753) --- script/licenses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/licenses.py b/script/licenses.py index 72906da2a89..177fc8e4b25 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -170,7 +170,7 @@ EXCEPTIONS = { TODO = { "aiocache": AwesomeVersion( - "0.12.2" + "0.12.3" ), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved? } -- GitLab