Skip to content

Commit

Permalink
chore: Upgrading django-simple-history.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Jul 29, 2023
1 parent 6aaa89a commit 73f4a3b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ django-model-utils==4.3.1
# via
# -r requirements/base.in
# edx-celeryutils
django-simple-history==3.3.0
# via -r requirements/base.in
django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.0.0
# via
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@

# pinning celery to latest release
celery<6.0

# incremental upgrade plan.
django-simple-history<=3.1.1
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -166,7 +166,7 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.txt
pydantic==1.10.12
# via
Expand Down
6 changes: 4 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ django-model-utils==4.3.1
# via
# -r requirements/base.in
# edx-celeryutils
django-simple-history==3.3.0
# via -r requirements/base.in
django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.0.0
# via
# edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.9.1
platformdirs==3.10.0
# via pylint
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pydantic==1.10.12
# via rstcheck-core
Expand Down
6 changes: 4 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ django-model-utils==4.3.1
# via
# -r requirements/base.txt
# edx-celeryutils
django-simple-history==3.3.0
# via -r requirements/base.txt
django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
django-waffle==4.0.0
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 73f4a3b

Please sign in to comment.