-
Notifications
You must be signed in to change notification settings - Fork 1
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 #208 from Harvard-University-iCommons/patricktonne…
…/upgrade-to-django-3.2-and-base-images-to-v3.10 Upgrade to Django 3.2 and upgrade build/base images to v3.10
- Loading branch information
Showing
13 changed files
with
57 additions
and
60 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
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,21 +1,21 @@ | ||
Django==2.2.25 | ||
django-angular==2.2.1 | ||
Django==3.2.13 | ||
django-cached-authentication-middleware==0.2.2 | ||
django-redis-cache==2.0.0 | ||
flanker==0.9.0 | ||
hiredis==1.0.0 | ||
psycopg2==2.8.3 | ||
redis==3.3.8 | ||
requests==2.26.0 | ||
cx_oracle==7.2.2 | ||
django-storages==1.7.2 | ||
django-redis-cache==3.0.1 | ||
flanker==0.9.11 | ||
hiredis==2.0.0 | ||
psycopg2==2.9.3 | ||
redis==3.5.3 | ||
requests==2.28.1 | ||
cx_oracle==8.3.0 | ||
django-storages==1.12.3 | ||
splunk_handler==3.0.0 | ||
python-json-logger==2.0.2 | ||
django-allow-cidr==0.3.1 | ||
django-watchman==1.2.0 | ||
python-json-logger==2.0.4 | ||
django-allow-cidr==0.5.0 | ||
django-watchman==1.3.0 | ||
|
||
git+ssh://[email protected]/Harvard-University-iCommons/[email protected]#egg=django-angular==2.3 | ||
git+ssh://[email protected]/penzance/[email protected]#egg=canvas-python-sdk==1.2.0 | ||
git+ssh://[email protected]/Harvard-University-iCommons/django-icommons-common.git@v2.6#egg=django-icommons-common==2.6 | ||
git+ssh://[email protected]/Harvard-University-iCommons/django-icommons-common.git@v3.0#egg=django-icommons-common==3.0 | ||
git+ssh://[email protected]/Harvard-University-iCommons/[email protected]#egg=django-icommons-ui==2.1 | ||
git+ssh://[email protected]/Harvard-University-iCommons/django-auth-lti.git@v2.0.1#egg=django-auth-lti==2.0.1 | ||
git+ssh://[email protected]/Harvard-University-iCommons/django-auth-lti.git@v2.1.0#egg=django-auth-lti==2.1.0 | ||
git+https://github.com/Harvard-University-iCommons/[email protected]#egg=django-ssm-parameter-store==0.6 |
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 |
---|---|---|
|
@@ -4,23 +4,25 @@ | |
-r base.txt | ||
|
||
# below are requirements specific to the local environment | ||
django-debug-toolbar==3.5 | ||
mock==4.0.3 | ||
pep8==1.7.1 | ||
flake8==4.0.1 | ||
|
||
django-debug-toolbar==1.11.1 | ||
django-sslserver==0.21 | ||
mock==3.0.5 | ||
pep8==1.7.0 | ||
flake8==3.7.9 | ||
django-extensions==3.1.5 # provides `runserver_plus` local dev server | ||
pyOpenSSL==22.0.0 # dependency for django-extensions | ||
Werkzeug==2.0.3 # dependency for django-extensions | ||
|
||
# selenium | ||
PyVirtualDisplay==0.2 | ||
ddt==1.1.0 | ||
selenium==2.53.6 | ||
xlrd==1.0.0 | ||
PyVirtualDisplay==3.0 | ||
ddt==1.5.0 | ||
selenium==4.3.0 | ||
xlrd==2.0.1 | ||
git+ssh://[email protected]/Harvard-University-iCommons/[email protected]#egg=selenium-common==1.4.3 | ||
|
||
|
||
# icommons_common unit tests depend on ccsw, and ccsw depends on icommons_common. | ||
# until ccsw gets its own proper project, and we move the delete command out of | ||
# icommons_common and into ccsw, work around the circular dependency by calling | ||
# out the ccsw dependency here. | ||
git+ssh://[email protected]/Harvard-University-iCommons/django-canvas-course-site-wizard.git@v2.0#egg=django-canvas-course-site-wizard==2.0 | ||
git+ssh://[email protected]/Harvard-University-iCommons/django-canvas-course-site-wizard.git@v3.0#egg=django-canvas-course-site-wizard==3.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
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