Fix license check for new aiocache (#126753)

This commit is contained in:
J. Nick Koston
2024-09-25 09:00:04 -05:00
committed by GitHub
parent bb29c7a02f
commit f4c339db8c

View File

@ -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?
}