-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Add django 4.2 support --------- Co-authored-by: Salman Nawaz <[email protected]> Co-authored-by: Awais Qureshi <[email protected]>
- Loading branch information
1 parent
400fc44
commit 710f5aa
Showing
14 changed files
with
267 additions
and
296 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,69 +1,70 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
asgiref==3.5.2 | ||
asgiref==3.7.2 | ||
# via django | ||
certifi==2022.9.24 | ||
certifi==2023.7.22 | ||
# via requests | ||
charset-normalizer==2.1.1 | ||
charset-normalizer==3.2.0 | ||
# via requests | ||
coverage==6.5.0 | ||
# via coveralls | ||
coveralls==3.3.1 | ||
# via -r requirements/ci.in | ||
distlib==0.3.6 | ||
distlib==0.3.7 | ||
# via virtualenv | ||
django==3.2.16 | ||
django==3.2.20 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -c requirements/constraints.txt | ||
# edx-i18n-tools | ||
docopt==0.6.2 | ||
# via coveralls | ||
edx-i18n-tools==0.9.2 | ||
edx-i18n-tools==1.1.0 | ||
# via -r requirements/ci.in | ||
filelock==3.8.0 | ||
filelock==3.12.2 | ||
# via | ||
# tox | ||
# virtualenv | ||
idna==3.4 | ||
# via requests | ||
packaging==21.3 | ||
packaging==23.1 | ||
# via tox | ||
path==16.5.0 | ||
path==16.7.1 | ||
# via edx-i18n-tools | ||
platformdirs==2.5.2 | ||
platformdirs==3.10.0 | ||
# via virtualenv | ||
pluggy==1.0.0 | ||
pluggy==1.2.0 | ||
# via tox | ||
polib==1.1.1 | ||
polib==1.2.0 | ||
# via edx-i18n-tools | ||
py==1.11.0 | ||
# via tox | ||
pyparsing==3.0.9 | ||
# via packaging | ||
pytz==2022.5 | ||
pytz==2023.3 | ||
# via django | ||
pyyaml==6.0 | ||
pyyaml==6.0.1 | ||
# via edx-i18n-tools | ||
requests==2.28.1 | ||
requests==2.31.0 | ||
# via coveralls | ||
six==1.16.0 | ||
# via tox | ||
sqlparse==0.4.3 | ||
sqlparse==0.4.4 | ||
# via django | ||
tomli==2.0.1 | ||
# via tox | ||
tox==3.26.0 | ||
tox==3.28.0 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/ci.in | ||
# tox-battery | ||
tox-battery==0.6.1 | ||
# via -r requirements/ci.in | ||
urllib3==1.26.12 | ||
typing-extensions==4.7.1 | ||
# via asgiref | ||
urllib3==2.0.4 | ||
# via requests | ||
virtualenv==20.16.5 | ||
virtualenv==20.24.2 | ||
# via tox |
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 |
---|---|---|
|
@@ -14,3 +14,5 @@ | |
|
||
# Use latest Django LTS version | ||
Django<3.3.0 | ||
|
||
pylint==2.12.2 |
Oops, something went wrong.