File tree 16 files changed +213
-330
lines changed
16 files changed +213
-330
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
python-version :
17
- - ' 3.8'
18
17
- ' 3.11'
19
18
- ' 3.12'
20
19
toxenv : [django42-celery53-drflatest,
38
37
run : tox
39
38
40
39
- name : Run coverage
41
- if : matrix.python-version == '3.8 ' && matrix.toxenv == 'django42-celery53-drflatest'
40
+ if : matrix.python-version == '3.11 ' && matrix.toxenv == 'django42-celery53-drflatest'
42
41
uses : codecov/codecov-action@v5
43
42
with :
44
43
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 16
16
- name : setup python
17
17
uses : actions/setup-python@v5
18
18
with :
19
- python-version : 3.8
19
+ python-version : 3.11
20
20
21
21
- name : Install pip
22
22
run : pip install -r requirements/pip.txt
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sphinx:
12
12
build :
13
13
os : ubuntu-22.04
14
14
tools :
15
- python : " 3.8 "
15
+ python : " 3.11 "
16
16
17
17
python :
18
18
install :
Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ Change Log
14
14
Unreleased
15
15
~~~~~~~~~~
16
16
17
+ [3.3.0] - 2025-02-13
18
+ ~~~~~~~~~~~~~~~~~~~~
19
+
20
+ Removed
21
+ +++++++
22
+ * Removed `python 3.8 ` support
23
+ * Updated requirements with `python 3.11 ` env
24
+
17
25
[3.2.0] - 2024-03-12
18
26
~~~~~~~~~~~~~~~~~~~~
19
27
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
- amqp==5.2.0
7
+ amqp==5.3.1
8
8
# via kombu
9
9
asgiref==3.8.1
10
10
# via django
11
- backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
12
- # via
13
- # -c requirements/constraints.txt
14
- # celery
15
- # django
16
- # djangorestframework
17
- # kombu
18
- billiard==4.2.0
11
+ billiard==4.2.1
19
12
# via celery
20
13
celery==5.4.0
21
14
# via
22
15
# -c requirements/constraints.txt
23
16
# -r requirements/base.in
24
- click==8.1.7
17
+ click==8.1.8
25
18
# via
26
19
# celery
27
20
# click-didyoumean
@@ -33,47 +26,43 @@ click-plugins==1.1.1
33
26
# via celery
34
27
click-repl==0.3.0
35
28
# via celery
36
- django==4.2.13
29
+ django==4.2.19
37
30
# via
38
31
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
39
32
# -r requirements/base.in
40
33
# django-model-utils
41
34
# djangorestframework
42
35
# drf-yasg
43
- django-model-utils==4.5.1
36
+ django-model-utils==5.0.0
44
37
# via -r requirements/base.in
45
38
djangorestframework==3.15.2
46
39
# via
47
40
# -r requirements/base.in
48
41
# drf-yasg
49
- drf-yasg==1.21.7
42
+ drf-yasg==1.21.8
50
43
# via -r requirements/base.in
51
44
inflection==0.5.1
52
45
# via drf-yasg
53
- kombu==5.3.7
46
+ kombu==5.4.2
54
47
# via celery
55
- packaging==24.1
48
+ packaging==24.2
56
49
# via drf-yasg
57
- prompt-toolkit==3.0.47
50
+ prompt-toolkit==3.0.50
58
51
# via click-repl
59
52
python-dateutil==2.9.0.post0
60
53
# via celery
61
- pytz==2024 .1
54
+ pytz==2025 .1
62
55
# via drf-yasg
63
- pyyaml==6.0.1
56
+ pyyaml==6.0.2
64
57
# via drf-yasg
65
- six==1.16 .0
58
+ six==1.17 .0
66
59
# via python-dateutil
67
- sqlparse==0.5.0
60
+ sqlparse==0.5.3
68
61
# via django
69
- typing-extensions==4.12.2
70
- # via
71
- # asgiref
72
- # kombu
73
- tzdata==2024.1
62
+ tzdata==2025.1
74
63
# via
75
- # backports-zoneinfo
76
64
# celery
65
+ # kombu
77
66
uritemplate==4.1.1
78
67
# via drf-yasg
79
68
vine==5.1.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
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
- coverage==7.5.3
13
+ coverage==7.6.12
14
14
# via -r requirements/ci.in
15
- distlib==0.3.8
15
+ distlib==0.3.9
16
16
# via virtualenv
17
- filelock==3.15.4
17
+ filelock==3.17.0
18
18
# via
19
19
# tox
20
20
# virtualenv
21
- packaging==24.1
21
+ packaging==24.2
22
22
# via
23
23
# pyproject-api
24
24
# tox
25
- platformdirs==4.2.2
25
+ platformdirs==4.3.6
26
26
# via
27
27
# tox
28
28
# virtualenv
29
29
pluggy==1.5.0
30
30
# via tox
31
- pyproject-api==1.7.1
31
+ pyproject-api==1.9.0
32
32
# via tox
33
- tomli==2.0.1
34
- # via
35
- # pyproject-api
36
- # tox
37
- tox==4.15.1
33
+ tox==4.24.1
38
34
# via -r requirements/ci.in
39
- virtualenv==20.26.3
35
+ virtualenv==20.29.2
40
36
# via tox
Original file line number Diff line number Diff line change 13
13
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
14
14
15
15
celery<6.0
16
-
17
- backports.zoneinfo;python_version<"3.9"
You can’t perform that action at this time.
0 commit comments