diff --git a/Changelog.md b/Changelog.md index 8f25c44..3013aa5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,6 @@ Unreleased ------------------------- +* [Enhancement] Update to a newer Twisted version. * [Enhancement] Update to a newer Paramiko version. Version 7.10.1 (2024-04-23) diff --git a/requirements/base.txt b/requirements/base.txt index 7361f40..94a47cc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,7 +20,7 @@ tenacity>=6.2,<8 django<=4.2.8 channels<=4.0.0 daphne<=4.0.0 -twisted<23.8.0 # drop this restriction once we drop Python 3.8 and 3.9 support +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 jsonfield>=3.1.0,<4 # keep in sync with edx-platform pyguacamole>=0.11