-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into jenkins/zshkoor/setup-py-updated-8928cd6
- Loading branch information
Showing
21 changed files
with
211 additions
and
231 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 |
---|---|---|
|
@@ -55,3 +55,4 @@ target/ | |
|
||
# JetBrains/PyCharm | ||
.idea/ | ||
venv |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# This file is used by the 'check_reserved_keywords' management command to allow specific field names to be overridden | ||
# when checking for conflicts with lists of restricted keywords used in various database/data warehouse tools. | ||
# For more information, see: https://github.com/edx/edx-django-release-util/release_util/management/commands/check_reserved_keywords.py | ||
# | ||
# overrides should be added in the following format: | ||
# - ModelName.field_name | ||
--- | ||
MYSQL: | ||
SNOWFLAKE: | ||
STITCH: |
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,63 +1,59 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
asgiref==3.7.2 | ||
asgiref==3.8.1 | ||
# via django | ||
certifi==2023.7.22 | ||
certifi==2024.8.30 | ||
# via requests | ||
cffi==1.15.1 | ||
cffi==1.17.1 | ||
# via cryptography | ||
charset-normalizer==3.2.0 | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
cryptography==41.0.3 | ||
cryptography==44.0.0 | ||
# via | ||
# pyjwt | ||
# social-auth-core | ||
defusedxml==0.7.1 | ||
defusedxml==0.8.0rc2 | ||
# via | ||
# python3-openid | ||
# social-auth-core | ||
django==3.2.20 | ||
django==4.2.17 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/base.in | ||
# social-auth-app-django | ||
idna==3.4 | ||
idna==3.10 | ||
# via requests | ||
oauthlib==3.2.2 | ||
# via | ||
# requests-oauthlib | ||
# social-auth-core | ||
pycparser==2.21 | ||
pycparser==2.22 | ||
# via cffi | ||
pyjwt[crypto]==2.8.0 | ||
pyjwt[crypto]==2.10.1 | ||
# via | ||
# -r requirements/base.in | ||
# social-auth-core | ||
python3-openid==3.2.0 | ||
# via social-auth-core | ||
pytz==2023.3 | ||
# via django | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
# via | ||
# requests-oauthlib | ||
# social-auth-core | ||
requests-oauthlib==1.3.1 | ||
requests-oauthlib==2.0.0 | ||
# via social-auth-core | ||
six==1.16.0 | ||
six==1.17.0 | ||
# via -r requirements/base.in | ||
social-auth-app-django==5.2.0 | ||
social-auth-app-django==5.4.2 | ||
# via -r requirements/base.in | ||
social-auth-core==4.4.2 | ||
social-auth-core==4.5.4 | ||
# via | ||
# -r requirements/base.in | ||
# social-auth-app-django | ||
sqlparse==0.4.4 | ||
sqlparse==0.5.2 | ||
# via django | ||
typing-extensions==4.7.1 | ||
# via asgiref | ||
urllib3==2.0.4 | ||
urllib3==2.2.3 | ||
# via requests |
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,35 +1,28 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
distlib==0.3.7 | ||
distlib==0.3.9 | ||
# via virtualenv | ||
filelock==3.12.3 | ||
filelock==3.16.1 | ||
# via | ||
# tox | ||
# virtualenv | ||
packaging==23.1 | ||
packaging==24.2 | ||
# via tox | ||
platformdirs==3.10.0 | ||
platformdirs==4.3.6 | ||
# via virtualenv | ||
pluggy==1.3.0 | ||
pluggy==1.5.0 | ||
# via tox | ||
py==1.11.0 | ||
# via tox | ||
six==1.16.0 | ||
# via tox | ||
tomli==2.0.1 | ||
six==1.17.0 | ||
# via tox | ||
tox==3.28.0 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -c requirements/constraints.txt | ||
# -r requirements/ci.in | ||
# tox-battery | ||
tox-battery==0.6.2 | ||
# via -r requirements/ci.in | ||
typing-extensions==4.7.1 | ||
# via filelock | ||
virtualenv==20.24.4 | ||
virtualenv==20.28.0 | ||
# 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
Oops, something went wrong.