Skip to content

Commit 1e91954

Browse files
committed
⬆️(dependencies) update python dependencies
1 parent 4f7f8a5 commit 1e91954

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.cfg

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ classifiers =
2222
[options]
2323
include_package_data = True
2424
install_requires =
25-
boto3==1.22.10
26-
Django>=3.2.4,<4 # pyup: >=3.2.4,<4
25+
boto3==1.23.10
26+
Django>=4.0.4,<5 # pyup: >=3.2.4,<4
2727
django-storages==1.12.3
2828
django-haystack==3.2.1
2929
django-lti-toolbox==1.0.1
30-
django-machina==1.1.6
30+
django-machina==1.2.0
3131
draftjs_exporter==5.0.0
3232
djangorestframework==3.13.1
3333
elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0
@@ -47,10 +47,10 @@ dev =
4747
ipdb==0.13.9
4848
ipython==8.3.0
4949
isort==5.10.1
50-
mypy==0.950
50+
mypy==0.960
5151
pyfakefs==4.5.6
5252
pylint-django==2.5.3
53-
pylint==2.13.8
53+
pylint==2.13.9
5454
pytest-cov==3.0.0
5555
pytest-django==4.5.2
5656
pytest==7.1.2
@@ -65,7 +65,7 @@ sandbox =
6565
factory_boy==3.2.1
6666
gunicorn==20.1.0
6767
psycopg2-binary==2.9.3
68-
sentry-sdk==1.5.11
68+
sentry-sdk==1.5.12
6969

7070
[options.packages.find]
7171
where = src

0 commit comments

Comments
 (0)