Skip to content

Commit

Permalink
Bump requirements for the Open edX Quince release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maari Tamm committed Jan 11, 2024
1 parent 5ca8d0d commit 3983fb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Unreleased
-------------------------
* [Enhancement] Update requirements for Open edX Quince release.

Version 7.8.1 (2023-12-18)
-------------------------
* [Bug fix] Include missing XBlock attributes in a course export.
Expand Down
7 changes: 3 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ python-novaclient>=7.1.2,<16
tenacity>=6.2,<8

# for hastexo_guacamole_client
django~=3.2.1
channels>=3.0.0,<=3.0.5
django<=4.2.8
channels<=4.0.0
twisted<23.8.0 # drop this restriction once we drop Python 3.8 and 3.9 support
asgiref<=3.5.2 # depends on our channels version
mysqlclient<=2.1.1 # keep in sync with edx-platform
mysqlclient<=2.2.1 # keep in sync with edx-platform
jsonfield>=3.1.0,<4 # keep in sync with edx-platform
pyguacamole>=0.11
-e .

0 comments on commit 3983fb1

Please sign in to comment.