File tree 14 files changed +204
-296
lines changed
14 files changed +204
-296
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
matrix :
21
21
os : [ubuntu-latest]
22
- python-version : [3.8, 3. 11, 3.12]
22
+ python-version : [3.11, 3.12]
23
23
toxenv : [django42, quality, translations]
24
24
25
25
steps :
Original file line number Diff line number Diff line change 15
15
- name : setup python
16
16
uses : actions/setup-python@v5
17
17
with :
18
- python-version : 3.8
18
+ python-version : 3.11
19
19
20
20
- name : Install Dependencies
21
21
run : pip install -r requirements/pip.txt
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ Drag and Drop XBlock changelog
4
4
Unreleased
5
5
---------------------------
6
6
7
+ Version 5.0.0 (2025-02-19)
8
+ ---------------------------
9
+
7
10
* Adjust code styling for newer pylint versions.
11
+ * Drop Python 3.8 support.
8
12
9
13
Version 4.0.3 (2024-05-23)
10
14
---------------------------
Original file line number Diff line number Diff line change 1
1
""" Drag and Drop v2 XBlock """
2
2
from .drag_and_drop_v2 import DragAndDropBlock
3
3
4
- __version__ = "4 .0.3 "
4
+ __version__ = "5 .0.0 "
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.8
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
5
# make upgrade
@@ -8,27 +8,23 @@ appdirs==1.4.4
8
8
# via fs
9
9
asgiref==3.8.1
10
10
# via django
11
- backports-zoneinfo==0.2.1 ; python_version < "3.9"
12
- # via
13
- # -c requirements/constraints.txt
14
- # django
15
- bleach[css]==6.1.0
11
+ bleach[css]==6.2.0
16
12
# via -r requirements/base.in
17
- boto3==1.34.131
13
+ boto3==1.36.23
18
14
# via fs-s3fs
19
- botocore==1.34.131
15
+ botocore==1.36.23
20
16
# via
21
17
# boto3
22
18
# s3transfer
23
- django==4.2.13
19
+ django==4.2.19
24
20
# via
25
21
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
26
22
# django-appconf
27
23
# django-statici18n
28
24
# openedx-django-pyfs
29
- django-appconf==1.0.6
25
+ django-appconf==1.1.0
30
26
# via django-statici18n
31
- django-statici18n==2.5 .0
27
+ django-statici18n==2.6 .0
32
28
# via -r requirements/base.in
33
29
fs==2.4.16
34
30
# via
@@ -43,51 +39,50 @@ jmespath==1.0.1
43
39
# botocore
44
40
lazy==1.6
45
41
# via xblock
46
- lxml==5.2.2
42
+ lxml==5.3.1
47
43
# via xblock
48
- mako==1.3.5
44
+ mako==1.3.9
49
45
# via xblock
50
- markupsafe==2.1.5
46
+ markupsafe==3.0.2
51
47
# via
52
48
# mako
53
49
# xblock
54
- openedx-django-pyfs==3.6 .0
50
+ openedx-django-pyfs==3.7 .0
55
51
# via xblock
56
52
python-dateutil==2.9.0.post0
57
53
# via
58
54
# botocore
59
55
# xblock
60
- pytz==2024 .1
56
+ pytz==2025 .1
61
57
# via xblock
62
- pyyaml==6.0.1
58
+ pyyaml==6.0.2
63
59
# via xblock
64
- s3transfer==0.10.1
60
+ s3transfer==0.11.2
65
61
# via boto3
66
- simplejson==3.19.2
62
+ simplejson==3.20.1
67
63
# via xblock
68
- six==1.16 .0
64
+ six==1.17 .0
69
65
# via
70
- # bleach
71
66
# fs
72
67
# fs-s3fs
73
68
# python-dateutil
74
- sqlparse==0.5.0
69
+ sqlparse==0.5.3
75
70
# via django
76
- tinycss2==1.2.1
71
+ tinycss2==1.4.0
77
72
# via bleach
78
- typing-extensions==4.12.2
79
- # via asgiref
80
- urllib3==1.26.19
81
- # via botocore
73
+ urllib3==2.2.3
74
+ # via
75
+ # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
76
+ # botocore
82
77
web-fragments==2.2.0
83
78
# via xblock
84
79
webencodings==0.5.1
85
80
# via
86
81
# bleach
87
82
# tinycss2
88
- webob==1.8.7
83
+ webob==1.8.9
89
84
# via xblock
90
- xblock[django]==4.0.1
85
+ xblock[django]==5.1.2
91
86
# via -r requirements/base.in
92
87
93
88
# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.8
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
5
# make upgrade
6
6
#
7
- cachetools==5.3.3
7
+ cachetools==5.5.1
8
8
# via tox
9
9
chardet==5.2.0
10
10
# via tox
11
11
colorama==0.4.6
12
12
# via tox
13
- distlib==0.3.8
13
+ distlib==0.3.9
14
14
# via virtualenv
15
- filelock==3.15.4
15
+ filelock==3.17.0
16
16
# via
17
17
# tox
18
18
# virtualenv
19
- packaging==24.1
19
+ packaging==24.2
20
20
# via
21
21
# pyproject-api
22
22
# tox
23
- platformdirs==4.2.2
23
+ platformdirs==4.3.6
24
24
# via
25
25
# tox
26
26
# virtualenv
27
27
pluggy==1.5.0
28
28
# via tox
29
- pyproject-api==1.7.1
29
+ pyproject-api==1.9.0
30
30
# via tox
31
- tomli==2.0.1
32
- # via
33
- # pyproject-api
34
- # tox
35
- tox==4.15.1
31
+ tox==4.24.1
36
32
# via -r requirements/ci.in
37
- virtualenv==20.26.3
33
+ virtualenv==20.29.2
38
34
# via tox
Original file line number Diff line number Diff line change 10
10
11
11
# Common constraints for edx repos
12
12
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
13
-
14
- # For python greater than or equal to 3.9 backports.zoneinfo causing failures
15
- backports.zoneinfo; python_version<"3.9"
You can’t perform that action at this time.
0 commit comments