Skip to content

Commit

Permalink
chore: upgrading django-simple-history to latest version. (#33010)
Browse files Browse the repository at this point in the history
* chore: upgrading `django-simple-history` to latest version.
  • Loading branch information
awais786 authored Aug 16, 2023
1 parent aca521f commit 43315cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ djangorestframework-stubs==3.14.0 # Pinned to match django-stubs. Remove this w
libsass==0.10.0

# incremental upgrade
django-simple-history==3.2.0
django-simple-history==3.3.0
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ django-sekizai==4.1.0
# openedx-django-wiki
django-ses==3.5.0
# via -r requirements/edx/bundled.in
django-simple-history==3.2.0
django-simple-history==3.3.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ django-ses==3.5.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
django-simple-history==3.2.0
django-simple-history==3.3.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.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 @@ -402,7 +402,7 @@ django-sekizai==4.1.0
# openedx-django-wiki
django-ses==3.5.0
# via -r requirements/edx/base.txt
django-simple-history==3.2.0
django-simple-history==3.3.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ django-sekizai==4.1.0
# openedx-django-wiki
django-ses==3.5.0
# via -r requirements/edx/base.txt
django-simple-history==3.2.0
django-simple-history==3.3.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 43315cb

Please sign in to comment.