-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from openedx/pythonupgrade
Add support for Python 3.11 & 3.12
- Loading branch information
Showing
19 changed files
with
262 additions
and
204 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,2 +1,2 @@ | ||
""" django_sites_extensions main module """ | ||
__version__ = '4.0.2' | ||
__version__ = '4.1.0' |
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
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 |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
-c constraints.txt | ||
|
||
Django | ||
setuptools | ||
wheel |
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,16 +1,26 @@ | ||
# | ||
# 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.0 | ||
asgiref==3.8.1 | ||
# via django | ||
django==3.2.12 | ||
backports-zoneinfo==0.2.1 ; python_version < "3.9" | ||
# via | ||
# -c requirements/constraints.txt | ||
# django | ||
django==4.2.11 | ||
# 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 | ||
sqlparse==0.4.2 | ||
sqlparse==0.4.4 | ||
# via django | ||
typing-extensions==4.11.0 | ||
# via asgiref | ||
wheel==0.43.0 | ||
# via -r requirements/base.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
setuptools==69.2.0 | ||
# via -r requirements/base.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,56 @@ | ||
# | ||
# 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 | ||
# via requests | ||
charset-normalizer==2.0.12 | ||
# via requests | ||
coverage==6.3.1 | ||
# via codecov | ||
distlib==0.3.4 | ||
cachetools==5.3.3 | ||
# via | ||
# -r requirements/tox.txt | ||
# virtualenv | ||
filelock==3.5.0 | ||
# tox | ||
chardet==5.2.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
# virtualenv | ||
idna==3.3 | ||
# via requests | ||
packaging==21.3 | ||
colorama==0.4.6 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
platformdirs==2.5.0 | ||
distlib==0.3.8 | ||
# via | ||
# -r requirements/tox.txt | ||
# virtualenv | ||
filelock==3.13.3 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
# virtualenv | ||
pluggy==1.0.0 | ||
packaging==24.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# pyproject-api | ||
# tox | ||
py==1.11.0 | ||
platformdirs==4.2.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
pyparsing==3.0.7 | ||
# virtualenv | ||
pluggy==1.4.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# packaging | ||
requests==2.27.1 | ||
# via codecov | ||
six==1.16.0 | ||
# tox | ||
pyproject-api==1.6.1 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
# virtualenv | ||
toml==0.10.2 | ||
tomli==2.0.1 | ||
# via | ||
# -r requirements/tox.txt | ||
# pyproject-api | ||
# tox | ||
tox==3.24.5 | ||
tox==4.14.2 | ||
# via -r requirements/tox.txt | ||
urllib3==1.26.8 | ||
# via requests | ||
virtualenv==20.13.1 | ||
virtualenv==20.25.1 | ||
# via | ||
# -r requirements/tox.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
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,2 +1,2 @@ | ||
django==3.2.12 | ||
asgiref==3.5.0 | ||
django==4.2.11 | ||
asgiref==3.8.1 |
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,72 +1,85 @@ | ||
# | ||
# 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 | ||
# | ||
alabaster==0.7.12 | ||
alabaster==0.7.13 | ||
# via sphinx | ||
asgiref==3.5.0 | ||
asgiref==3.8.1 | ||
# via django | ||
babel==2.9.1 | ||
babel==2.14.0 | ||
# via sphinx | ||
certifi==2021.10.8 | ||
backports-zoneinfo==0.2.1 ; python_version < "3.9" | ||
# via | ||
# -c requirements/constraints.txt | ||
# django | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==2.0.12 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
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/base.in | ||
docutils==0.17.1 | ||
docutils==0.20.1 | ||
# via | ||
# sphinx | ||
# sphinx-rtd-theme | ||
idna==3.3 | ||
idna==3.6 | ||
# via requests | ||
imagesize==1.3.0 | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==4.11.1 | ||
# via sphinx | ||
jinja2==3.0.3 | ||
importlib-metadata==6.11.0 | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# sphinx | ||
jinja2==3.1.3 | ||
# via sphinx | ||
markupsafe==2.0.1 | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
packaging==21.3 | ||
packaging==24.0 | ||
# via sphinx | ||
pygments==2.11.2 | ||
pygments==2.17.2 | ||
# via sphinx | ||
pyparsing==3.0.7 | ||
# via packaging | ||
pytz==2021.3 | ||
# via | ||
# babel | ||
# django | ||
requests==2.27.1 | ||
pytz==2024.1 | ||
# via babel | ||
requests==2.31.0 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==4.4.0 | ||
sphinx==7.1.2 | ||
# via | ||
# -r requirements/doc.in | ||
# sphinx-rtd-theme | ||
sphinx-rtd-theme==1.0.0 | ||
# sphinxcontrib-jquery | ||
sphinx-rtd-theme==2.0.0 | ||
# via -r requirements/doc.in | ||
sphinxcontrib-applehelp==1.0.2 | ||
sphinxcontrib-applehelp==1.0.4 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
# via sphinx | ||
sphinxcontrib-jquery==4.1 | ||
# via sphinx-rtd-theme | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
sqlparse==0.4.2 | ||
sqlparse==0.4.4 | ||
# via django | ||
urllib3==1.26.8 | ||
typing-extensions==4.11.0 | ||
# via asgiref | ||
urllib3==2.2.1 | ||
# via requests | ||
zipp==3.7.0 | ||
wheel==0.43.0 | ||
# via -r requirements/base.in | ||
zipp==3.18.1 | ||
# via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
setuptools==69.2.0 | ||
# via -r requirements/base.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +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.37.1 | ||
wheel==0.43.0 | ||
# via -r requirements/pip.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
pip==22.0.3 | ||
pip==24.0 | ||
# via -r requirements/pip.in | ||
setuptools==69.2.0 | ||
# via -r requirements/pip.in | ||
setuptools==59.8.0 | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# -r requirements/pip.in |
Oops, something went wrong.