Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# against the gunicorn>=23 floor below. So it installs with --no-deps and its
# real dependencies are listed here explicitly instead.

dash[dev]>=4.2.0
dash[dev]>=4.4.1
dash-mantine-components>=2.8.0
dash-iconify>=0.1.2

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# dash is required to call `build:backends` (component wrapper generation)
dash[dev]>=4.2.0
dash[dev]>=4.4.1
dash-mantine-components>=2.8.0
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Switch into a virtual environment
# pip install -r requirements.txt

dash[dev,testing]>=1.15.0
dash[dev,testing]>=4.4.1
Loading