From 961f47dc0bd34cb2f0a87bcd577ef468bd43577f Mon Sep 17 00:00:00 2001 From: "aki-bot[bot]" <103840025+aki-bot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:38:43 +0000 Subject: [PATCH] build(deps): update dependency netaddr to v1 (#426) Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- ansible/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb79c0ebd..67395468b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ env: ANSIBLE_CORE_VERSION: 2.16.5 # renovate: datasource=pypi depName=netaddr - NETADDR_VERSION: 0.10.1 + NETADDR_VERSION: 1.2.1 jobs: deploy: diff --git a/ansible/requirements.txt b/ansible/requirements.txt index fa902042d..7ec79aa22 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -1,4 +1,4 @@ ansible-core==2.16.5 molecule==5.1.0 molecule-plugins[vagrant]==23.5.0 -netaddr==0.10.1 +netaddr==1.2.1