chore(deps): update dependency boto3-stubs to v1.35.87 (#13380) #7752
Annotations
11 errors
mypy:
weblate/utils/request.py#L33
Argument 1 to "get_user_agent_raw" has incompatible type "AuthenticatedHttpRequest | None"; expected "AuthenticatedHttpRequest"
|
mypy:
weblate/utils/licenses.py#L22
Incompatible return value type (got "Any | None", expected "str")
|
mypy:
weblate/trans/models/agreement.py#L25
Signature of "create" incompatible with supertype "BaseManager"
|
mypy:
weblate/trans/util.py#L320
Item "QName" of "str | bytes | bytearray | QName" has no attribute "startswith"
|
mypy:
weblate/trans/util.py#L320
Argument 1 to "startswith" of "bytes" has incompatible type "str"; expected "Buffer | tuple[Buffer, ...]"
|
mypy:
weblate/trans/util.py#L320
Argument 1 to "startswith" of "bytearray" has incompatible type "str"; expected "Buffer | tuple[Buffer, ...]"
|
mypy:
weblate/trans/util.py#L321
Value of type "str | bytes | bytearray | QName" is not indexable
|
mypy:
weblate/trans/util.py#L321
Item "QName" of "str | bytes | bytearray | QName" has no attribute "index"
|
mypy:
weblate/trans/util.py#L321
Argument 1 to "index" of "bytes" has incompatible type "str"; expected "Buffer | SupportsIndex"
|
mypy:
weblate/trans/util.py#L321
Argument 1 to "index" of "bytearray" has incompatible type "str"; expected "Buffer | SupportsIndex"
|
mypy
Process completed with exit code 1.
|