mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 10:21:14 +08:00
Update netaddr to 0.9.0 (#10732)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "0.8.*"
|
||||
version = "0.9.*"
|
||||
upstream_repository = "https://github.com/drkjam/netaddr"
|
||||
|
||||
@@ -167,7 +167,7 @@ IPV4_LINK_LOCAL: IPNetwork
|
||||
IPV4_MULTICAST: IPNetwork
|
||||
IPV4_6TO4: IPNetwork
|
||||
IPV4_RESERVED: tuple[IPNetwork | IPRange, ...]
|
||||
IPV6_LOOPBACK: IPAddress
|
||||
IPV6_LOOPBACK: IPNetwork
|
||||
IPV6_PRIVATE: tuple[IPNetwork, ...]
|
||||
IPV6_LINK_LOCAL: IPNetwork
|
||||
IPV6_MULTICAST: IPNetwork
|
||||
|
||||
Reference in New Issue
Block a user