diff --git a/Changelog.md b/Changelog.md index cc4d8c2..403ce15 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ Unreleased ------------------------- +* [Enhancement] Update requirements to keep in sync with `edx-platfom` + and support the Open edX Redwood release. * [BREAKING CHANGE] Update the import statements for `xblock-utils`. The `xblock-utils` library has been deprecated as a separate package; the `utils` library has been moved into the `XBlock` and should now diff --git a/requirements/base.txt b/requirements/base.txt index 94a47cc..86f2dd4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -17,10 +17,10 @@ python-novaclient>=7.1.2,<16 tenacity>=6.2,<8 # for hastexo_guacamole_client -django<=4.2.8 +django<=4.2.14 channels<=4.0.0 daphne<=4.0.0 twisted<24 # drop this restriction once we drop Python 3.8 and 3.9 support -mysqlclient<=2.2.1 # keep in sync with edx-platform +mysqlclient<=2.2.4 # keep in sync with edx-platform jsonfield>=3.1.0,<4 # keep in sync with edx-platform pyguacamole>=0.11