diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2024-04-03 12:31:42 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-04-03 14:10:47 -0400 |
commit | 940a70fff474014b782e884882a85e290ff98494 (patch) | |
tree | b5c66442fcdd8f522aedff7c62ae712858dec176 /test/vpp_ip.py | |
parent | b48325100babf57118f3996b5584594050e0cf13 (diff) |
tests: upgrade python packages
Type: test
Change-Id: I01500466f3d15c79e38028677ce7e5c75d427fdc
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test/vpp_ip.py')
-rw-r--r-- | test/vpp_ip.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vpp_ip.py b/test/vpp_ip.py index fa32c35200f..331accb993e 100644 --- a/test/vpp_ip.py +++ b/test/vpp_ip.py @@ -2,6 +2,7 @@ IP Types """ + import logging from ipaddress import ip_address |