[stubsabot] Bump netaddr to 1.2.* (#11437)

Co-authored-by: stubsabot <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
github-actions[bot]
2024-02-18 11:57:37 +00:00
committed by GitHub
parent 705744af4c
commit 46b2635626
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
version = "1.1.*"
version = "1.2.*"
upstream_repository = "https://github.com/drkjam/netaddr"

View File

@@ -4,3 +4,5 @@ SHELL_NAMESPACE: dict[str, Any]
ASCII_ART_LOGO: str
def main() -> None: ...
def shell() -> None: ...
def info(network_input: str) -> None: ...