-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding python3.11 support. Dropped django3.2 support.
- Loading branch information
1 parent
2cd0164
commit 90adb75
Showing
13 changed files
with
188 additions
and
151 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
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,20 +1,22 @@ | ||
# | ||
# 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.7.2 | ||
asgiref==3.8.1 | ||
# via django | ||
django==3.2.12 | ||
backports-zoneinfo==0.2.1 ; python_version < "3.9" | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# -r requirements/base.in | ||
pytz==2021.3 | ||
# via django | ||
pyyaml==6.0 | ||
# -c requirements/constraints.txt | ||
# django | ||
django==4.2.11 | ||
# via -r requirements/base.in | ||
pyyaml==6.0.1 | ||
# via -r requirements/base.in | ||
six==1.16.0 | ||
# via -r requirements/base.in | ||
sqlparse==0.4.2 | ||
sqlparse==0.4.4 | ||
# via django | ||
typing-extensions==4.10.0 | ||
# via asgiref |
Empty file.
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,14 +1,14 @@ | ||
# | ||
# 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 | ||
# | ||
wheel==0.36.2 | ||
wheel==0.43.0 | ||
# via -r requirements/pip.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
pip==21.1.3 | ||
pip==24.0 | ||
# via -r requirements/pip.in | ||
setuptools==57.2.0 | ||
setuptools==69.2.0 | ||
# via -r requirements/pip.in |
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,117 +1,126 @@ | ||
# | ||
# 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.7.2 | ||
asgiref==3.8.1 | ||
# via | ||
# -r requirements/test.txt | ||
# django | ||
attrs==21.4.0 | ||
backports-zoneinfo==0.2.1 ; python_version < "3.9" | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/test.txt | ||
# pytest | ||
coverage[toml]==6.3.1 | ||
# django | ||
cachetools==5.3.3 | ||
# via | ||
# -r requirements/test.txt | ||
# tox | ||
chardet==5.2.0 | ||
# via | ||
# -r requirements/test.txt | ||
# tox | ||
colorama==0.4.6 | ||
# via | ||
# -r requirements/test.txt | ||
# tox | ||
coverage[toml]==7.4.4 | ||
# via | ||
# -r requirements/test.txt | ||
# pytest-cov | ||
ddt==1.4.4 | ||
ddt==1.7.2 | ||
# via -r requirements/test.txt | ||
distlib==0.3.4 | ||
distlib==0.3.8 | ||
# via | ||
# -r requirements/test.txt | ||
# virtualenv | ||
django==3.2.12 | ||
django==4.2.11 | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# -r requirements/test.txt | ||
django-waffle==2.3.0 | ||
# django-waffle | ||
django-waffle==4.1.0 | ||
# via -r requirements/test.txt | ||
filelock==3.4.2 | ||
exceptiongroup==1.2.0 | ||
# via | ||
# -r requirements/test.txt | ||
# pytest | ||
filelock==3.13.3 | ||
# via | ||
# -r requirements/test.txt | ||
# tox | ||
# virtualenv | ||
iniconfig==1.1.1 | ||
iniconfig==2.0.0 | ||
# via | ||
# -r requirements/test.txt | ||
# pytest | ||
isort==5.10.1 | ||
isort==5.13.2 | ||
# via -r requirements/quality.in | ||
mock==4.0.3 | ||
mock==5.1.0 | ||
# via -r requirements/test.txt | ||
packaging==21.3 | ||
packaging==24.0 | ||
# via | ||
# -r requirements/test.txt | ||
# pyproject-api | ||
# pytest | ||
# tox | ||
path==16.3.0 | ||
path==16.10.0 | ||
# via | ||
# -r requirements/test.txt | ||
# path.py | ||
path.py==12.5.0 | ||
# path-py | ||
path-py==12.5.0 | ||
# via -r requirements/test.txt | ||
platformdirs==2.4.1 | ||
# via | ||
# -r requirements/test.txt | ||
# virtualenv | ||
pluggy==1.0.0 | ||
platformdirs==4.2.0 | ||
# via | ||
# -r requirements/test.txt | ||
# pytest | ||
# tox | ||
py==1.11.0 | ||
# virtualenv | ||
pluggy==1.4.0 | ||
# via | ||
# -r requirements/test.txt | ||
# pytest | ||
# tox | ||
pycodestyle==2.8.0 | ||
pycodestyle==2.11.1 | ||
# via -r requirements/quality.in | ||
pydocstyle==6.1.1 | ||
pydocstyle==6.3.0 | ||
# via -r requirements/quality.in | ||
pyparsing==3.0.7 | ||
pyproject-api==1.6.1 | ||
# via | ||
# -r requirements/test.txt | ||
# packaging | ||
pytest==6.2.5 | ||
# tox | ||
pytest==8.1.1 | ||
# via | ||
# -r requirements/test.txt | ||
# pytest-cov | ||
# pytest-django | ||
pytest-cov==3.0.0 | ||
pytest-cov==5.0.0 | ||
# via -r requirements/test.txt | ||
pytest-django==4.5.2 | ||
pytest-django==4.8.0 | ||
# via -r requirements/test.txt | ||
pytz==2021.3 | ||
# via | ||
# -r requirements/test.txt | ||
# django | ||
pyyaml==6.0 | ||
pyyaml==6.0.1 | ||
# via -r requirements/test.txt | ||
six==1.16.0 | ||
# via | ||
# -r requirements/test.txt | ||
# tox | ||
# virtualenv | ||
# via -r requirements/test.txt | ||
snowballstemmer==2.2.0 | ||
# via pydocstyle | ||
sqlparse==0.4.2 | ||
sqlparse==0.4.4 | ||
# via | ||
# -r requirements/test.txt | ||
# django | ||
toml==0.10.2 | ||
tomli==2.0.1 | ||
# via | ||
# -r requirements/test.txt | ||
# coverage | ||
# pyproject-api | ||
# pytest | ||
# tox | ||
tomli==2.0.0 | ||
tox==4.14.2 | ||
# via -r requirements/test.txt | ||
typing-extensions==4.10.0 | ||
# via | ||
# -r requirements/test.txt | ||
# coverage | ||
tox==3.24.5 | ||
# via -r requirements/test.txt | ||
virtualenv==20.13.0 | ||
# asgiref | ||
virtualenv==20.25.1 | ||
# via | ||
# -r requirements/test.txt | ||
# 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,34 @@ | ||
# | ||
# 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 | ||
# | ||
certifi==2021.10.8 | ||
certifi==2024.2.2 | ||
# via requests | ||
cffi==1.15.0 | ||
cffi==1.16.0 | ||
# via cryptography | ||
charset-normalizer==2.0.11 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.0.3 | ||
click==8.1.7 | ||
# via -r requirements/scripts.in | ||
cryptography==36.0.1 | ||
# via jwcrypto | ||
deprecated==1.2.13 | ||
# via jwcrypto | ||
github3.py==3.0.0 | ||
cryptography==42.0.5 | ||
# via pyjwt | ||
github3-py==4.0.1 | ||
# via -r requirements/scripts.in | ||
idna==3.3 | ||
idna==3.6 | ||
# via requests | ||
jwcrypto==1.0 | ||
# via github3.py | ||
pycparser==2.21 | ||
# via cffi | ||
python-dateutil==2.8.2 | ||
# via github3.py | ||
requests==2.27.1 | ||
# via github3.py | ||
pyjwt[crypto]==2.8.0 | ||
# via github3-py | ||
python-dateutil==2.9.0.post0 | ||
# via github3-py | ||
requests==2.31.0 | ||
# via github3-py | ||
six==1.16.0 | ||
# via python-dateutil | ||
uritemplate==4.1.1 | ||
# via github3.py | ||
urllib3==1.26.8 | ||
# via github3-py | ||
urllib3==2.2.1 | ||
# via requests | ||
wrapt==1.13.3 | ||
# via deprecated |
Oops, something went wrong.