mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Bump openpyxl to 3.1.5 (#12238)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "3.1.4"
|
||||
version = "3.1.5"
|
||||
upstream_repository = "https://foss.heptapod.net/openpyxl/openpyxl"
|
||||
|
||||
@@ -6,8 +6,6 @@ from openpyxl.descriptors.nested import NestedText
|
||||
from openpyxl.descriptors.serialisable import Serialisable
|
||||
from openpyxl.xml.functions import Element
|
||||
|
||||
def get_version(): ...
|
||||
|
||||
class DigSigBlob(Serialisable):
|
||||
__elements__: ClassVar[tuple[str, ...]]
|
||||
__attrs__: ClassVar[tuple[str, ...]]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from _typeshed import ConvertibleToInt, Incomplete, Unused
|
||||
from collections.abc import Iterator
|
||||
from collections.abc import Iterable, Iterator
|
||||
from typing import ClassVar, Literal
|
||||
|
||||
from openpyxl.descriptors.base import Bool, Integer, String, Typed, _ConvertibleToBool
|
||||
@@ -44,6 +44,7 @@ class NamedStyle(Serialisable):
|
||||
def as_name(self) -> _NamedCellStyle: ...
|
||||
|
||||
class NamedStyleList(list[NamedStyle]):
|
||||
def __init__(self, iterable: Iterable[NamedStyle] = ()) -> None: ... # type: ignore[override]
|
||||
@property
|
||||
def names(self) -> list[str]: ...
|
||||
def __getitem__(self, key: int | str) -> NamedStyle: ... # type: ignore[override]
|
||||
|
||||
Reference in New Issue
Block a user