Skip to content

Commit 4112236

Browse files
committed
⬆️(dependencies) update python dependencies
1 parent bac4fa6 commit 4112236

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.cfg

+9-9
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.24.9
26+
Django>=4.0.5,<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
@@ -45,27 +45,27 @@ dev =
4545
black==22.3.0
4646
flake8==4.0.1
4747
ipdb==0.13.9
48-
ipython==8.3.0
48+
ipython==8.4.0
4949
isort==5.10.1
50-
mypy==0.950
50+
mypy==0.961
5151
pyfakefs==4.5.6
5252
pylint-django==2.5.3
53-
pylint==2.13.8
53+
pylint==2.14.1
5454
pytest-cov==3.0.0
5555
pytest-django==4.5.2
5656
pytest==7.1.2
57-
lxml==4.8.0
57+
lxml==4.9.0
5858
cssselect==1.1.0
5959

6060
ci =
61-
twine==4.0.0
61+
twine==4.0.1
6262
sandbox =
6363
django-configurations==2.3.2
6464
dockerflow==2022.1.0
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)