From 68ba64c37b988ce44016192ecda75703a6e0a081 Mon Sep 17 00:00:00 2001 From: flowerysong Date: Fri, 12 Apr 2024 17:16:52 -0400 Subject: [PATCH] molecule: bump netaddr dependency (#1202) --- molecule/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/requirements.txt b/molecule/requirements.txt index b7cbb1138..6918aaf56 100644 --- a/molecule/requirements.txt +++ b/molecule/requirements.txt @@ -5,7 +5,7 @@ ansible-core==2.14.2 docker==6.1.3 molecule==4.0.4 molecule-docker==2.1.0 -netaddr==0.8.0 +netaddr==1.2.1 pytest==7.2.1 pytest-testinfra==7.0.0 ipaddr==2.2.0