Skip to content

Commit

Permalink
chore: modifed tutor version and changed constraints file
Browse files Browse the repository at this point in the history
  • Loading branch information
Asespinel committed Nov 20, 2023
1 parent 2f38709 commit 104eb9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init for eox-tenant.
"""
__version__ = '9.3.0'
__version__ = '10.0.0'
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 104eb9d

Please sign in to comment.