Skip to content

Commit

Permalink
fix: update django-simple-history to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jul 27, 2023
1 parent a9f73e0 commit 2c94e18
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ upgrade: $(COMMON_CONSTRAINTS_TXT) ## update the requirements/*.txt files with t
mv requirements/common_constraints.tmp requirements/common_constraints.txt
sed 's/edx-drf-extensions<7.0.0//g' requirements/common_constraints.txt > requirements/common_constraints.tmp
mv requirements/common_constraints.tmp requirements/common_constraints.txt
sed 's/django-simple-history==3.0.0//g' requirements/common_constraints.txt > requirements/common_constraints.tmp
mv requirements/common_constraints.tmp requirements/common_constraints.txt
pip install -qr requirements/pip-tools.txt
pip-compile --allow-unsafe --rebuild --upgrade -o requirements/pip.txt requirements/pip.in
pip-compile --rebuild --upgrade -o requirements/pip-tools.txt requirements/pip-tools.in
Expand Down
9 changes: 4 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ django==3.2.20
# -r requirements/base.in
# django-crum
# django-model-utils
# django-waffle
# djangorestframework
# drf-jwt
# edx-django-utils
Expand All @@ -67,11 +68,9 @@ django-model-utils==4.3.1
# via
# -r requirements/base.in
# edx-when
django-simple-history==3.0.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
django-waffle==3.0.0
django-simple-history==3.3.0
# via -r requirements/base.in
django-waffle==4.0.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Django<4.0
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0


# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pygments==2.15.1
# via
# diff-cover
# rich
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -143,7 +143,7 @@ tomli==2.0.1
# via
# pylint
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
tox==3.28.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.1
# via rich
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -99,7 +99,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
typer[all]==0.7.0
# via rstcheck
Expand Down
11 changes: 5 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ddt==1.6.0
# -r requirements/base.in
# django-crum
# django-model-utils
# django-waffle
# djangorestframework
# drf-jwt
# edx-django-utils
Expand All @@ -70,11 +71,9 @@ django-model-utils==4.3.1
# via
# -r requirements/base.in
# edx-when
django-simple-history==3.0.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
django-waffle==3.0.0
django-simple-history==3.3.0
# via -r requirements/base.in
django-waffle==4.0.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -220,7 +219,7 @@ requests==2.31.0
# httmock
# responses
# slumber
responses==0.23.1
responses==0.23.2
# via -r requirements/test.in
rules==3.3
# via -r requirements/base.in
Expand Down

0 comments on commit 2c94e18

Please sign in to comment.