diff --git a/README.rst b/README.rst index e2b8a027..338ab832 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Compatibility Notes +-------------------+-----------------------+ | Olive | >= 8.0 | +-------------------+-----------------------+ -| Palm | >= 9.3 | +| Palm | >=v10.0.0 | +-------------------+-----------------------+ **NOTE**: Since 6.2 version, eox-tenant does not support Django 2.2 diff --git a/eox_tenant/__init__.py b/eox_tenant/__init__.py index b40f5aa4..521ac17a 100644 --- a/eox_tenant/__init__.py +++ b/eox_tenant/__init__.py @@ -1,4 +1,4 @@ """ Init for eox-tenant. """ -__version__ = '9.3.0' +__version__ = '10.0.0' diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 99290c28..887ec335 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -16,12 +16,12 @@ six==1.16.0 edx-opaque-keys==2.3.0 django-crum==0.7.9 django-fake-model==0.1.4 -django-mysql==4.7.1 +django-mysql==4.9.0 djangorestframework==3.13.1 jsonfield==3.1.0 -mock==4.0.3 +mock<5.0.3 path-py==12.5.0 pycodestyle<2.9.0 -pylint==2.13.9 +pylint<3.0.0 testfixtures==7.0.0 openedx_filters==1.2.0