From d8f8532d005d5b859cadc9834e1980de2e3db30e Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 11:08:10 -0700 Subject: [PATCH] chore(deps): update netaddr to 1.0.0 (#1698) | datasource | package | from | to | | ---------- | ------- | ------ | ----- | | pypi | netaddr | 0.10.1 | 1.0.0 | Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com> --- ansible/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.txt b/ansible/requirements.txt index 6a029e7006..5b151360f5 100755 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -2,6 +2,6 @@ ansible==9.2.0 ansible-lint==24.2.0 bcrypt==4.1.2 jmespath==1.0.1 -netaddr==0.10.1 +netaddr==1.0.0 openshift==0.13.2 passlib==1.7.4