File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ classifiers =
22
22
[options]
23
23
include_package_data = True
24
24
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
27
27
django-storages ==1.12.3
28
28
django-haystack ==3.2.1
29
29
django-lti-toolbox ==1.0.1
30
- django-machina ==1.1.6
30
+ django-machina ==1.2.0
31
31
draftjs_exporter ==5.0.0
32
32
djangorestframework ==3.13.1
33
33
elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0
@@ -47,10 +47,10 @@ dev =
47
47
ipdb ==0.13.9
48
48
ipython ==8.3.0
49
49
isort ==5.10.1
50
- mypy ==0.950
50
+ mypy ==0.960
51
51
pyfakefs ==4.5.6
52
52
pylint-django ==2.5.3
53
- pylint ==2.13.8
53
+ pylint ==2.13.9
54
54
pytest-cov ==3.0.0
55
55
pytest-django ==4.5.2
56
56
pytest ==7.1.2
@@ -65,7 +65,7 @@ sandbox =
65
65
factory_boy ==3.2.1
66
66
gunicorn ==20.1.0
67
67
psycopg2-binary ==2.9.3
68
- sentry-sdk ==1.5.11
68
+ sentry-sdk ==1.5.12
69
69
70
70
[options.packages.find]
71
71
where = src
You can’t perform that action at this time.
0 commit comments