From bcc08b6dd92d8369ff76640ca1946f07468364b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:33:33 +0000 Subject: [PATCH] build(deps): update linode-api4 requirement from >=5.44.0 to >=5.45.0 Updates the requirements on [linode-api4](https://github.com/linode/linode_api4-python) to permit the latest version. - [Release notes](https://github.com/linode/linode_api4-python/releases) - [Commits](https://github.com/linode/linode_api4-python/compare/v5.44.0...v5.45.0) --- updated-dependencies: - dependency-name: linode-api4 dependency-version: 5.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53fdb995..a71ad28d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -linode_api4>= 5.44.0 +linode_api4>= 5.45.0 polling==0.3.2 ansible-specdoc>=0.0.20