File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
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.24.9
26
+ Django>=4.0.5,<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
@@ -45,27 +45,27 @@ dev =
45
45
black ==22.3.0
46
46
flake8 ==4.0.1
47
47
ipdb ==0.13.9
48
- ipython ==8.3 .0
48
+ ipython ==8.4 .0
49
49
isort ==5.10.1
50
- mypy ==0.950
50
+ mypy ==0.961
51
51
pyfakefs ==4.5.6
52
52
pylint-django ==2.5.3
53
- pylint ==2.13.8
53
+ pylint ==2.14.1
54
54
pytest-cov ==3.0.0
55
55
pytest-django ==4.5.2
56
56
pytest ==7.1.2
57
- lxml ==4.8 .0
57
+ lxml ==4.9 .0
58
58
cssselect ==1.1.0
59
59
60
60
ci =
61
- twine ==4.0.0
61
+ twine ==4.0.1
62
62
sandbox =
63
63
django-configurations ==2.3.2
64
64
dockerflow ==2022.1.0
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