Skip to content

Commit 3c2adc5

Browse files
authored
chore: upgrading taxonomy-connector version
1 parent eaaaece commit 3c2adc5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/decisions/0032-pathway-retirement.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The **status** field will be exposed in the pathways endpoint, and the API will
2222

2323
Consequences
2424
--------------
25-
Consuming systems, such as credentials and edx-plaform, will have to ensure that they take the status field in consideration
25+
Consuming systems, such as credentials and edx-platform, will have to ensure that they take the status field in consideration
2626
while processing pathways. Specifically, credentials will need to ensure that it does not allow credit redemption requests
2727
against retired pathways, and edx-platform will need to exclude retired pathways from the programs section of the learner dashboard.
2828

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ stevedore==5.5.0
620620
# code-annotations
621621
# edx-django-utils
622622
# edx-opaque-keys
623-
taxonomy-connector==2.3.22
623+
taxonomy-connector==2.4.0
624624
# via -r requirements/base.in
625625
text-unidecode==1.3
626626
# via python-slugify

requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ stevedore==5.5.0
10991099
# code-annotations
11001100
# edx-django-utils
11011101
# edx-opaque-keys
1102-
taxonomy-connector==2.3.22
1102+
taxonomy-connector==2.4.0
11031103
# via -r requirements/test.txt
11041104
testfixtures==9.1.0
11051105
# via -r requirements/test.txt

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ stevedore==5.5.0
781781
# code-annotations
782782
# edx-django-utils
783783
# edx-opaque-keys
784-
taxonomy-connector==2.3.22
784+
taxonomy-connector==2.4.0
785785
# via -r requirements/base.txt
786786
text-unidecode==1.3
787787
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ stevedore==5.5.0
937937
# code-annotations
938938
# edx-django-utils
939939
# edx-opaque-keys
940-
taxonomy-connector==2.3.22
940+
taxonomy-connector==2.4.0
941941
# via -r requirements/base.txt
942942
testfixtures==9.1.0
943943
# via -r requirements/test.in

0 commit comments

Comments
 (0)