Skip to content

Commit a3a33c8

Browse files
renovate-botcarofun
authored andcommitted
⬆️(dependencies) update python dependencies
1 parent 4aca755 commit a3a33c8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

setup.cfg

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ classifiers =
2222
[options]
2323
include_package_data = True
2424
install_requires =
25-
Django==3.2
25+
Django==3.2.4
2626
django-haystack==3.0
2727
django-lti-toolbox==1.0.0
2828
django-machina==1.1.4
2929
draftjs_exporter==4.1.2
30-
djangorestframework==3.12.2
30+
djangorestframework==3.12.4
3131
elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0
3232
oauthlib>=3.0.0
3333
package_dir =
@@ -39,17 +39,17 @@ zip_safe = True
3939
dev =
4040
bandit==1.7.0
4141
black==20.8b1
42-
flake8==3.9.1
43-
ipdb==0.13.7
44-
ipython==7.22.0
42+
flake8==3.9.2
43+
ipdb==0.13.9
44+
ipython==7.24.1
4545
isort==5.8.0
46-
mypy==0.812
47-
pyfakefs==4.4.0
48-
pylint-django==2.4.3
49-
pylint==2.7.4
50-
pytest-cov==2.11.1
51-
pytest-django==4.2.0
52-
pytest==6.2.3
46+
mypy==0.902
47+
pyfakefs==4.5.0
48+
pylint-django==2.4.4
49+
pylint==2.8.3
50+
pytest-cov==2.12.1
51+
pytest-django==4.4.0
52+
pytest==6.2.4
5353
lxml==4.6.3
5454
cssselect==1.1.0
5555

@@ -61,7 +61,7 @@ sandbox =
6161
factory_boy==3.2.0
6262
gunicorn==20.1.0
6363
psycopg2-binary==2.8.6
64-
sentry-sdk==1.0.0
64+
sentry-sdk==1.1.0
6565

6666
[options.packages.find]
6767
where = src

0 commit comments

Comments
 (0)