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 Apr 22, 2022
1 parent c25518c commit 6338f08
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions setup.cfg
Expand Up @@ -22,14 +22,14 @@ classifiers =
[options]
include_package_data = True
install_requires =
boto3==1.16.47
boto3==1.21.45
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
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
bandit==1.7.4
black==22.3.0
flake8==4.0.1
ipdb==0.13.9
ipython==8.2.0
isort==5.10.1
mypy==0.902
pyfakefs==4.5.0
mypy==0.942
pyfakefs==4.5.6
pylint-django==2.5.3
pylint==2.12.2
pytest-cov==2.12.1
pytest-django==4.4.0
pylint==2.13.7
pytest-cov==3.0.0
pytest-django==4.5.2
pytest==7.1.1
lxml==4.6.3
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 6338f08

Please sign in to comment.