From 3705a90087b2f18e70cb24371857071a2212e97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:13:40 +0000 Subject: [PATCH] Update kodistubs requirement from ~=19.0 to ~=20.0 Updates the requirements on [kodistubs](https://github.com/romanvm/Kodistubs) to permit the latest version. - [Release notes](https://github.com/romanvm/Kodistubs/releases) - [Commits](https://github.com/romanvm/Kodistubs/compare/19.0.0...20.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 81e3bedc..d17fb063 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ requests >= 2.22 futures >= 2.2; python_version < '3.0' Kodistubs ~= 18.0; python_version < '3.0' -Kodistubs ~= 19.0; python_version >= '3.6' +Kodistubs ~= 20.0; python_version >= '3.6' git+https://github.com/romanvm/kodi.six git+https://github.com/ruuk/script.module.addon.signals