Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: updated dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Sep 11, 2023
1 parent 39ee26b commit f84a47d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ecommerce/extensions/catalogue/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ class Option(AbstractOption):
# Do not record the code field in the history table because AutoSlugField is not compatible with
# django-simple-history. Background: https://github.com/openedx/course-discovery/pull/332
history = CreateSafeHistoricalRecords(excluded_fields=['code'])
OPTIONAL = "Optional"

OPTIONAL = 'Optional'

class ProductClass(AbstractProductClass):
# Do not record the slug field in the history table because AutoSlugField is not compatible with
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ extras==1.0.0
# via
# cybersource-rest-client-python
# python-subunit
factory-boy==3.0.1
factory-boy==3.1.0
# via django-oscar
faker==18.10.1
# via factory-boy
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ extras==1.0.0
# -r requirements/test.txt
# cybersource-rest-client-python
# python-subunit
factory-boy==3.0.1
factory-boy==3.1.0
# via
# -r requirements/test.txt
# django-oscar
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ extras==1.0.0
# via
# cybersource-rest-client-python
# python-subunit
factory-boy==3.0.1
factory-boy==3.1.0
# via django-oscar
faker==18.10.1
# via factory-boy
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ extras==1.0.0
# -r requirements/base.txt
# cybersource-rest-client-python
# python-subunit
factory-boy==3.0.1
factory-boy==3.1.0
# via
# -r requirements/base.txt
# -r requirements/test.in
Expand Down

0 comments on commit f84a47d

Please sign in to comment.