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 9, 2021
1 parent 7a0d4bb commit 3769716
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.109
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.2
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 @@ -59,11 +59,11 @@ ci =
twine==3.4.1
sandbox =
django-configurations==2.2
dockerflow==2020.10.0
dockerflow==2021.7.0
factory_boy==3.2.0
gunicorn==20.1.0
psycopg2-binary==2.8.6
sentry-sdk==1.1.0
psycopg2-binary==2.9.1
sentry-sdk==1.3.0

[options.packages.find]
where = src
Expand Down

0 comments on commit 3769716

Please sign in to comment.