File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ Unreleased
1515~~~~~~~~~~
1616*
1717
18+ [1.2.2] - 2022-01-24
19+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20+ * Removed future package dependency.
21+
1822[1.2.1] - 2022-01-24
1923~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2024* Updated celery constraint to <6.0 to fix make upgrade failure in edx-platform
Original file line number Diff line number Diff line change 22Code to support working with celery.
33"""
44
5- __version__ = '1.2.1 '
5+ __version__ = '1.2.2 '
66
77default_app_config = 'celery_utils.apps.CeleryUtilsConfig' # pylint: disable=invalid-name
Original file line number Diff line number Diff line change 22
33-c constraints.txt
44
5- future
65celery
76Django >= 1.11
87django-model-utils
Original file line number Diff line number Diff line change @@ -34,15 +34,13 @@ django==3.2.16
3434 # jsonfield
3535django-model-utils==4.3.1
3636 # via -r requirements/base.in
37- future==0.18.2
38- # via -r requirements/base.in
3937jsonfield==3.1.0
4038 # via -r requirements/base.in
4139kombu==5.2.4
4240 # via celery
4341prompt-toolkit==3.0.36
4442 # via click-repl
45- pytz==2022.7
43+ pytz==2022.7.1
4644 # via
4745 # celery
4846 # django
@@ -55,5 +53,5 @@ vine==5.0.0
5553 # amqp
5654 # celery
5755 # kombu
58- wcwidth==0.2.5
56+ wcwidth==0.2.6
5957 # via prompt-toolkit
Original file line number Diff line number Diff line change 66#
77certifi==2022.12.7
88 # via requests
9- charset-normalizer==2.1 .1
9+ charset-normalizer==3.0 .1
1010 # via requests
1111codecov==2.1.12
1212 # via -r requirements/ci.in
@@ -28,7 +28,7 @@ pluggy==1.0.0
2828 # via tox
2929py==1.11.0
3030 # via tox
31- requests==2.28.1
31+ requests==2.28.2
3232 # via codecov
3333six==1.16.0
3434 # via tox
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cffi==1.15.1
1818 # via cryptography
1919chardet==5.1.0
2020 # via diff-cover
21- charset-normalizer==2.1 .1
21+ charset-normalizer==3.0 .1
2222 # via requests
2323click==8.1.3
2424 # via
@@ -33,7 +33,7 @@ commonmark==0.9.1
3333 # via rich
3434cryptography==39.0.0
3535 # via secretstorage
36- diff-cover==7.3.0
36+ diff-cover==7.3.2
3737 # via -r requirements/dev.in
3838dill==0.3.6
3939 # via pylint
@@ -81,7 +81,7 @@ keyring==23.13.1
8181 # via twine
8282lazy-object-proxy==1.9.0
8383 # via astroid
84- markupsafe==2.1.1
84+ markupsafe==2.1.2
8585 # via jinja2
8686mccabe==0.7.0
8787 # via pylint
@@ -134,23 +134,23 @@ pylint-plugin-utils==0.7
134134 # pylint-django
135135python-slugify==7.0.0
136136 # via code-annotations
137- pytz==2022.7
137+ pytz==2022.7.1
138138 # via django
139139pyyaml==6.0
140140 # via
141141 # code-annotations
142142 # edx-i18n-tools
143143readme-renderer==37.3
144144 # via twine
145- requests==2.28.1
145+ requests==2.28.2
146146 # via
147147 # requests-toolbelt
148148 # twine
149149requests-toolbelt==0.10.1
150150 # via twine
151151rfc3986==2.0.0
152152 # via twine
153- rich==13.0.1
153+ rich==13.1.0
154154 # via twine
155155secretstorage==3.3.3
156156 # via keyring
Original file line number Diff line number Diff line change 44#
55# make upgrade
66#
7- alabaster==0.7.12
7+ alabaster==0.7.13
88 # via sphinx
99amqp==5.1.1
1010 # via kombu
@@ -26,7 +26,7 @@ certifi==2022.12.7
2626 # via requests
2727cffi==1.15.1
2828 # via cryptography
29- charset-normalizer==2.1 .1
29+ charset-normalizer==3.0 .1
3030 # via requests
3131click==8.1.3
3232 # via
@@ -60,10 +60,8 @@ docutils==0.19
6060 # readme-renderer
6161 # restructuredtext-lint
6262 # sphinx
63- edx-sphinx-theme==3.0 .0
63+ edx-sphinx-theme==3.1 .0
6464 # via -r requirements/doc.in
65- future==0.18.2
66- # via -r requirements/base.in
6765idna==3.4
6866 # via requests
6967imagesize==1.4.1
@@ -89,7 +87,7 @@ keyring==23.13.1
8987 # via twine
9088kombu==5.2.4
9189 # via celery
92- markupsafe==2.1.1
90+ markupsafe==2.1.2
9391 # via jinja2
9492more-itertools==9.0.0
9593 # via jaraco-classes
@@ -115,14 +113,14 @@ pygments==2.14.0
115113 # sphinx
116114pyproject-hooks==1.0.0
117115 # via build
118- pytz==2022.7
116+ pytz==2022.7.1
119117 # via
120118 # babel
121119 # celery
122120 # django
123121readme-renderer==37.3
124122 # via twine
125- requests==2.28.1
123+ requests==2.28.2
126124 # via
127125 # requests-toolbelt
128126 # sphinx
@@ -133,7 +131,7 @@ restructuredtext-lint==1.4.0
133131 # via doc8
134132rfc3986==2.0.0
135133 # via twine
136- rich==13.0.1
134+ rich==13.1.0
137135 # via twine
138136secretstorage==3.3.3
139137 # via keyring
@@ -187,7 +185,7 @@ vine==5.0.0
187185 # amqp
188186 # celery
189187 # kombu
190- wcwidth==0.2.5
188+ wcwidth==0.2.6
191189 # via prompt-toolkit
192190webencodings==0.5.1
193191 # via bleach
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ jinja2==3.1.2
2929 # via code-annotations
3030lazy-object-proxy==1.9.0
3131 # via astroid
32- markupsafe==2.1.1
32+ markupsafe==2.1.2
3333 # via jinja2
3434mccabe==0.7.0
3535 # via pylint
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ exceptiongroup==1.1.0
4040 # via pytest
4141freezegun==1.2.2
4242 # via -r requirements/test.in
43- future==0.18.2
44- # via -r requirements/base.in
4543iniconfig==2.0.0
4644 # via pytest
4745jsonfield==3.1.0
@@ -55,7 +53,7 @@ pluggy==1.0.0
5553 # via pytest
5654prompt-toolkit==3.0.36
5755 # via click-repl
58- pytest==7.2.0
56+ pytest==7.2.1
5957 # via
6058 # pytest-cov
6159 # pytest-django
@@ -67,7 +65,7 @@ python-dateutil==2.8.2
6765 # via freezegun
6866python-memcached==1.59
6967 # via -r requirements/test.in
70- pytz==2022.7
68+ pytz==2022.7.1
7169 # via
7270 # celery
7371 # django
@@ -86,5 +84,5 @@ tomli==2.0.1
8684 # amqp
8785 # celery
8886 # kombu
89- wcwidth==0.2.5
87+ wcwidth==0.2.6
9088 # via prompt-toolkit
You can’t perform that action at this time.
0 commit comments