Skip to content

Commit

Permalink
Update dearpygui requirement from ~=1.8.0 to >=1.8,<1.11
Browse files Browse the repository at this point in the history
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/commits)

---
updated-dependencies:
- dependency-name: dearpygui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rdoursenaud committed Jan 23, 2024
1 parent 3cce4a8 commit 571a73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0',
'dearpygui>=1.8,<1.11',
'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
Expand Down

0 comments on commit 571a73a

Please sign in to comment.