diff --git a/setup.cfg b/setup.cfg index 487ed99d..be9b9584 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,14 +22,14 @@ classifiers = [options] include_package_data = True install_requires = - boto3==1.16.47 - Django==3.2.4 - django-storages==1.11.1 - django-haystack==3.0 - django-lti-toolbox==1.0.0 - django-machina==1.1.4 - draftjs_exporter==4.1.2 - djangorestframework==3.12.4 + boto3==1.21.36 + Django==4.0.3 + django-storages==1.12.3 + django-haystack==3.1.1 + django-lti-toolbox==1.0.1 + django-machina==1.1.6 + draftjs_exporter==5.0.0 + djangorestframework==3.13.1 elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0 logging-ldp==0.0.6 oauthlib>=3.0.0 @@ -41,31 +41,31 @@ zip_safe = True [options.extras_require] dev = - bandit==1.7.0 - black==20.8b1 - flake8==3.9.2 + bandit==1.7.4 + black==22.3.0 + flake8==4.0.1 ipdb==0.13.9 - ipython==7.24.1 - isort==5.8.0 - mypy==0.902 - pyfakefs==4.5.0 - pylint-django==2.4.4 - pylint==2.8.3 - pytest-cov==2.12.1 - pytest-django==4.4.0 - pytest==6.2.4 - lxml==4.6.3 + ipython==8.2.0 + isort==5.10.1 + mypy==0.942 + pyfakefs==4.5.6 + pylint-django==2.5.3 + pylint==2.13.5 + pytest-cov==3.0.0 + pytest-django==4.5.2 + pytest==7.1.1 + lxml==4.8.0 cssselect==1.1.0 ci = - twine==3.4.1 + twine==4.0.0 sandbox = - django-configurations==2.2 - dockerflow==2020.10.0 - factory_boy==3.2.0 + django-configurations==2.3.2 + dockerflow==2022.1.0 + factory_boy==3.2.1 gunicorn==20.1.0 - psycopg2-binary==2.8.6 - sentry-sdk==1.1.0 + psycopg2-binary==2.9.3 + sentry-sdk==1.5.8 [options.packages.find] where = src