Skip to content

Commit

Permalink
Merge pull request #22760 from dalthviz/update-core-deps-602
Browse files Browse the repository at this point in the history
PR: Update core dependencies for 6.0.2
  • Loading branch information
ccordoba12 authored Oct 29, 2024
2 parents 6c9c6ee + ba54891 commit bf658f2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- qdarkstyle >=3.2.0,<3.3.0
- qstylizer >=0.2.2
- qtawesome >=1.3.1,<1.4.0
- qtconsole >=5.6.0,<5.7.0
- qtconsole >=5.6.1,<5.7.0
- qtpy >=2.4.0
- rtree >=0.9.7
- setuptools >=49.6.0
Expand Down
2 changes: 1 addition & 1 deletion external-deps/qtconsole/.gitrepo

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions external-deps/qtconsole/docs/source/changelog.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:
- qdarkstyle >=3.2.0,<3.3.0
- qstylizer >=0.2.2
- qtawesome >=1.3.1,<1.4.0
- qtconsole >=5.6.0,<5.7.0
- qtconsole >=5.6.1,<5.7.0
- qtpy >=2.4.0
- rtree >=0.9.7
- setuptools >=49.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def run(self):
'qdarkstyle>=3.2.0,<3.3.0',
'qstylizer>=0.2.2',
'qtawesome>=1.3.1,<1.4.0',
'qtconsole>=5.6.0,<5.7.0',
'qtconsole>=5.6.1,<5.7.0',
'qtpy>=2.4.0',
'rtree>=0.9.7',
'setuptools>=49.6.0',
Expand Down
2 changes: 1 addition & 1 deletion spyder/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
QDARKSTYLE_REQVER = '>=3.2.0,<3.3.0'
QSTYLIZER_REQVER = '>=0.2.2'
QTAWESOME_REQVER = '>=1.3.1,<1.4.0'
QTCONSOLE_REQVER = '>=5.6.0,<5.7.0'
QTCONSOLE_REQVER = '>=5.6.1,<5.7.0'
QTPY_REQVER = '>=2.4.0'
RTREE_REQVER = '>=0.9.7'
SETUPTOOLS_REQVER = '>=49.6.0'
Expand Down

0 comments on commit bf658f2

Please sign in to comment.