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 Apr 15, 2022
1 parent 1a9afcc commit ee714b4
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions setup.cfg
Expand Up @@ -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.42
Django==4.0.4
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
Expand All @@ -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.10

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

0 comments on commit ee714b4

Please sign in to comment.