-
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.
- Loading branch information
1 parent
070304c
commit 42541d7
Showing
10 changed files
with
37 additions
and
49 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
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 |
---|---|---|
@@ -1,62 +1,51 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# 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.2 | ||
# 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 | ||
pluggy==1.0.0 | ||
filelock==3.13.1 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
py==1.11.0 | ||
# virtualenv | ||
packaging==23.2 | ||
# via | ||
# -r requirements/tox.txt | ||
# pyproject-api | ||
# tox | ||
pyparsing==3.0.7 | ||
platformdirs==4.2.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# packaging | ||
requests==2.27.1 | ||
# via codecov | ||
six==1.16.0 | ||
# tox | ||
# virtualenv | ||
pluggy==1.4.0 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
# virtualenv | ||
toml==0.10.2 | ||
pyproject-api==1.6.1 | ||
# via | ||
# -r requirements/tox.txt | ||
# tox | ||
tox==3.24.5 | ||
tox==4.13.0 | ||
# via -r requirements/tox.txt | ||
urllib3==1.26.8 | ||
# via requests | ||
virtualenv==20.13.1 | ||
virtualenv==20.25.0 | ||
# 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
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.12 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
wheel==0.37.1 | ||
wheel==0.42.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.1.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 |
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