Update license-expression to 30.4.3 (#147941)

This commit is contained in:
Marc Mueller 2025-07-03 20:22:10 +02:00 committed by GitHub
parent 4b162f09bd
commit 8330ae2d3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,7 @@ astroid==3.3.10
coverage==7.9.1
freezegun==1.5.2
go2rtc-client==0.2.1
license-expression==30.4.1
license-expression==30.4.3
mock-open==1.4.0
mypy-dev==1.17.0a4
pre-commit==4.2.0

View File

@ -205,11 +205,17 @@ EXCEPTIONS = {
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
}
# fmt: off
TODO = {
"TravisPy": AwesomeVersion("0.3.5"), # None -- GPL -- ['GNU General Public License v3 (GPLv3)']
"aiocache": AwesomeVersion(
"0.12.3"
), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved?
"caldav": AwesomeVersion("1.6.0"), # None -- GPL -- ['GNU General Public License (GPL)', 'Apache Software License'] # https://github.com/python-caldav/caldav
"pyiskra": AwesomeVersion("0.1.21"), # None -- GPL -- ['GNU General Public License v3 (GPLv3)']
"xbox-webapi": AwesomeVersion("2.1.0"), # None -- GPL -- ['MIT License']
}
# fmt: on
EXCEPTIONS_AND_TODOS = EXCEPTIONS.union(TODO)