8000 [stubsabot] Bump netaddr to 1.2.* (#11437) · python/typeshed@46b2635 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46b2635

Browse files
[stubsabot] Bump netaddr to 1.2.* (#11437)
Co-authored-by: stubsabot <> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 705744a commit 46b2635

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

stubs/netaddr/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.1.*"
1+
version = "1.2.*"
22
upstream_repository = "https://github.com/drkjam/netaddr"

stubs/netaddr/netaddr/cli.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ SHELL_NAMESPACE: dict[str, Any]
44
ASCII_ART_LOGO: str
55

66
def main() -> None: ...
7+
def shell() -> None: ...
8+
def info(network_input: str) -> None: ...

0 commit comments

Comments
 (0)
0