Skip to content

Commit

Permalink
feat: update django-countries (#34603)
Browse files Browse the repository at this point in the history
* feat: Upgrade Python dependency django-countries (#34602)
---------
Co-authored-by: UsamaSadiq <[email protected]>
  • Loading branch information
UsamaSadiq authored Apr 24, 2024
1 parent 5967dde commit e910292
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/user_api/tests/test_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
("MU", "Mauritius"),
("YT", "Mayotte"),
("MX", "Mexico"),
("FM", "Micronesia (Federated States of)"),
("FM", "Micronesia"),
("MD", "Moldova"),
("MC", "Monaco"),
("MN", "Mongolia"),
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ django-config-models==2.7.0
# lti-consumer-xblock
django-cors-headers==4.3.1
# via -r requirements/edx/kernel.in
django-countries==7.5.1
django-countries==7.6.1
# via
# -r requirements/edx/kernel.in
# edx-enterprise
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ django-cors-headers==4.3.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
django-countries==7.5.1
django-countries==7.6.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ django-config-models==2.7.0
# lti-consumer-xblock
django-cors-headers==4.3.1
# via -r requirements/edx/base.txt
django-countries==7.5.1
django-countries==7.6.1
# via
# -r requirements/edx/base.txt
# edx-enterprise
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ django-config-models==2.7.0
# lti-consumer-xblock
django-cors-headers==4.3.1
# via -r requirements/edx/base.txt
django-countries==7.5.1
django-countries==7.6.1
# via
# -r requirements/edx/base.txt
# edx-enterprise
Expand Down

0 comments on commit e910292

Please sign in to comment.