-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add example for AccountSettingsRenderStarted filter (#1)
- Loading branch information
Showing
10 changed files
with
301 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# make upgrade | ||
# | ||
asgiref==3.5.0 | ||
asgiref==3.6.0 | ||
# via django | ||
django==3.2.12 | ||
django==3.2.18 | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# -r requirements/base.in | ||
# openedx-filters | ||
edx-opaque-keys[django]==2.3.0 | ||
# via -r requirements/base.in | ||
openedx-filters==0.6.0 | ||
openedx-filters==1.2.0 | ||
# via -r requirements/base.in | ||
pbr==5.8.1 | ||
pbr==5.11.1 | ||
# via stevedore | ||
pymongo==3.12.3 | ||
pymongo==3.13.0 | ||
# via edx-opaque-keys | ||
pytz==2022.1 | ||
pytz==2022.7.1 | ||
# via django | ||
sqlparse==0.4.2 | ||
sqlparse==0.4.3 | ||
# via django | ||
stevedore==3.5.0 | ||
stevedore==5.0.0 | ||
# via edx-opaque-keys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,44 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# make upgrade | ||
# | ||
certifi==2021.10.8 | ||
certifi==2022.12.7 | ||
# via requests | ||
charset-normalizer==2.0.12 | ||
charset-normalizer==3.0.1 | ||
# via requests | ||
codecov==2.1.12 | ||
# via -r requirements/ci.in | ||
coverage==6.3.2 | ||
coverage==7.2.1 | ||
# via codecov | ||
distlib==0.3.4 | ||
distlib==0.3.6 | ||
# via virtualenv | ||
filelock==3.6.0 | ||
filelock==3.9.0 | ||
# via | ||
# tox | ||
# virtualenv | ||
idna==3.3 | ||
idna==3.4 | ||
# via requests | ||
packaging==21.3 | ||
packaging==23.0 | ||
# via tox | ||
platformdirs==2.5.1 | ||
platformdirs==3.0.0 | ||
# via virtualenv | ||
pluggy==1.0.0 | ||
# via tox | ||
py==1.11.0 | ||
# via tox | ||
pyparsing==3.0.7 | ||
# via packaging | ||
requests==2.27.1 | ||
requests==2.28.2 | ||
# via codecov | ||
six==1.16.0 | ||
# via | ||
# tox | ||
# virtualenv | ||
toml==0.10.2 | ||
# via tox | ||
tox==3.24.5 | ||
# via -r requirements/ci.in | ||
urllib3==1.26.9 | ||
tomli==2.0.1 | ||
# via tox | ||
tox==3.28.0 | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# -r requirements/ci.in | ||
urllib3==1.26.14 | ||
# via requests | ||
virtualenv==20.14.0 | ||
virtualenv==20.20.0 | ||
# via tox |
Oops, something went wrong.