diff --git a/setup.cfg b/setup.cfg index fcebb755..a4804df2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,8 @@ classifiers = [options] include_package_data = True install_requires = - boto3==1.16.47 - Django==3.2.4 + boto3==1.17.104 + Django==3.2.5 django-storages==1.11.1 django-haystack==3.0 django-lti-toolbox==1.0.0 @@ -43,12 +43,12 @@ dev = black==20.8b1 flake8==3.9.2 ipdb==0.13.9 - ipython==7.24.1 - isort==5.8.0 - mypy==0.902 + ipython==7.25.0 + isort==5.9.1 + mypy==0.910 pyfakefs==4.5.0 pylint-django==2.4.4 - pylint==2.8.3 + pylint==2.9.3 pytest-cov==2.12.1 pytest-django==4.4.0 pytest==6.2.4 @@ -62,7 +62,7 @@ sandbox = dockerflow==2020.10.0 factory_boy==3.2.0 gunicorn==20.1.0 - psycopg2-binary==2.8.6 + psycopg2-binary==2.9.1 sentry-sdk==1.1.0 [options.packages.find]