From 281cee985b71e19c784ba10555ac68c84908ca87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:59:44 +0000 Subject: [PATCH] Update dearpygui requirement from <1.11,>=1.8 to >=1.8,<2.1 Updates the requirements on [dearpygui](https://github.com/hoffstadt/DearPyGui) to permit the latest version. - [Release notes](https://github.com/hoffstadt/DearPyGui/releases) - [Commits](https://github.com/hoffstadt/DearPyGui/compare/v1.8.0...v2.0.0) --- updated-dependencies: - dependency-name: dearpygui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29cb3c0..e720e78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ requires-python = '>=3.10' # https://peps.python.org/pep-0508 # https://peps.python.org/pep-0440/#version-specifiers dependencies = [ - 'dearpygui>=1.8,<1.11', + 'dearpygui>=1.8,<2.1', 'dearpygui-ext~=0.9.5', 'midi_const~=0.1.0', 'mido~=1.3.0', # FIXME: currently using custom 1.2.11a1 with EOX, running status and delta time support