diff --git a/requirements.txt b/requirements.txt index 09e6c38a..158fc359 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==3.1.14 +django==3.2.24 django-bitfield==2.0.1 django-import-export==2.5.0 django-debug-toolbar==3.2.1 diff --git a/requirements_readthedocs.txt b/requirements_readthedocs.txt index 2c2a8346..2718c3da 100644 --- a/requirements_readthedocs.txt +++ b/requirements_readthedocs.txt @@ -1,7 +1,7 @@ # This is because readthedocs has an old version of pip # that somehow doesn't like prerelease versions in the # dependency expressions (>=1.0b1 failes to find dist) -Django==3.1.14 +Django==3.2.24 bleach>=3.3.0,<3.4 sphinx sphinx_rtd_theme