Skip to content

Commit

Permalink
⬆️(dependencies) update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 2, 2021
1 parent 7a0d4bb commit b83539f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Expand Up @@ -22,8 +22,8 @@ classifiers =
[options]
include_package_data = True
install_requires =
boto3==1.16.47
Django==3.2.4
boto3==1.17.105
Django==3.2.5
django-storages==1.11.1
django-haystack==3.0
django-lti-toolbox==1.0.0
Expand All @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit b83539f

Please sign in to comment.