From c0cdff23c8983af95e54887f3eb9f83369b25db5 Mon Sep 17 00:00:00 2001 From: Jacob Riddle <87780794+jriddle-linode@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:22:11 -0500 Subject: [PATCH] update linodepy version (#473) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 📝 Description **What does this PR do and why is this change necessary?** update linode_apiv4_python to v5.13.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3e450364..c1e6e0aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -linode-api4>=5.12.0 +linode-api4>=5.13.1 polling>=0.3.2 types-requests==2.31.0.10 -ansible-specdoc>=0.0.14 \ No newline at end of file +ansible-specdoc>=0.0.14