mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Update license-expression to 30.4.3 (#147941)
This commit is contained in:
parent
4b162f09bd
commit
8330ae2d3a
@ -11,7 +11,7 @@ astroid==3.3.10
|
|||||||
coverage==7.9.1
|
coverage==7.9.1
|
||||||
freezegun==1.5.2
|
freezegun==1.5.2
|
||||||
go2rtc-client==0.2.1
|
go2rtc-client==0.2.1
|
||||||
license-expression==30.4.1
|
license-expression==30.4.3
|
||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy-dev==1.17.0a4
|
mypy-dev==1.17.0a4
|
||||||
pre-commit==4.2.0
|
pre-commit==4.2.0
|
||||||
|
@ -205,11 +205,17 @@ EXCEPTIONS = {
|
|||||||
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
|
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# fmt: off
|
||||||
TODO = {
|
TODO = {
|
||||||
|
"TravisPy": AwesomeVersion("0.3.5"), # None -- GPL -- ['GNU General Public License v3 (GPLv3)']
|
||||||
"aiocache": AwesomeVersion(
|
"aiocache": AwesomeVersion(
|
||||||
"0.12.3"
|
"0.12.3"
|
||||||
), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved?
|
), # 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)
|
EXCEPTIONS_AND_TODOS = EXCEPTIONS.union(TODO)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user