From 30ea9e794cf21d71df6b890e5ff647412c807729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:48:09 +0000 Subject: [PATCH] Update kodistubs requirement from ~=20.0 to ~=21.0 Updates the requirements on [kodistubs](https://github.com/romanvm/Kodistubs) to permit the latest version. - [Commits](https://github.com/romanvm/Kodistubs/compare/20.0.0...21.0.0) --- updated-dependencies: - dependency-name: kodistubs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index be8c6b1..f8fd358 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ requests >= 2.22 futures >= 2.2; python_version < '3.0' Kodistubs ~= 18.0; python_version < '3.0' -Kodistubs ~= 20.0; python_version >= '3.6' +Kodistubs ~= 21.0; python_version >= '3.6' git+https://github.com/romanvm/kodi.six git+https://github.com/ruuk/script.module.addon.signals