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 authored and carofun committed Jun 11, 2021
1 parent 4aca755 commit a3a33c8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ classifiers =
[options]
include_package_data = True
install_requires =
Django==3.2
Django==3.2.4
django-haystack==3.0
django-lti-toolbox==1.0.0
django-machina==1.1.4
draftjs_exporter==4.1.2
djangorestframework==3.12.2
djangorestframework==3.12.4
elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0
oauthlib>=3.0.0
package_dir =
Expand All @@ -39,17 +39,17 @@ zip_safe = True
dev =
bandit==1.7.0
black==20.8b1
flake8==3.9.1
ipdb==0.13.7
ipython==7.22.0
flake8==3.9.2
ipdb==0.13.9
ipython==7.24.1
isort==5.8.0
mypy==0.812
pyfakefs==4.4.0
pylint-django==2.4.3
pylint==2.7.4
pytest-cov==2.11.1
pytest-django==4.2.0
pytest==6.2.3
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
cssselect==1.1.0

Expand All @@ -61,7 +61,7 @@ sandbox =
factory_boy==3.2.0
gunicorn==20.1.0
psycopg2-binary==2.8.6
sentry-sdk==1.0.0
sentry-sdk==1.1.0

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

0 comments on commit a3a33c8

Please sign in to comment.