Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0
lxml==6.1.0
xmlsec==1.3.14

# Install edx-submissions from mitodl's fork + branch
Expand Down
2 changes: 1 addition & 1 deletion deployments/mit-ol/pip_package_overrides/master/mitx.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0
lxml==6.1.0
xmlsec==1.3.14

# Install edx-submissions from mitodl's fork + branch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+https://github.com/verificient/edx-proctoring-proctortrack.git@31c6c9923a51c903ae83760ecbbac191363aa2a2#egg=edx_proctoring_proctortrack
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0
lxml==6.1.0
xmlsec==1.3.14

# Fix dependencies for ol-openedx-course-translations package
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bring in fixes for comment timestamps in Mongo migration
openedx-forum==0.4.1
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0
lxml==6.1.0
xmlsec==1.3.14
2 changes: 1 addition & 1 deletion deployments/mit-ol/pip_package_overrides/ulmo/mitx.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bring in fixes for comment timestamps in Mongo migration
openedx-forum==0.4.1
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0
lxml==6.1.0
xmlsec==1.3.14
2 changes: 1 addition & 1 deletion deployments/mit-ol/pip_package_overrides/ulmo/xpro.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bring in fixes for comment timestamps in Mongo migration
openedx-forum==0.4.1
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0
lxml==6.1.0
xmlsec==1.3.14
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0
lxml==6.1.0
xmlsec==1.3.14

# Install edx-submissions from mitodl's fork + branch
Expand Down
2 changes: 1 addition & 1 deletion deployments/mit-ol/pip_package_overrides/verawood/mitx.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bring in fixes for comment timestamps in Mongo migration
openedx-forum==0.4.3
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0
lxml==6.1.0
xmlsec==1.3.14

# Install edx-submissions from mitodl's fork + branch
Expand Down
2 changes: 1 addition & 1 deletion deployments/mit-ol/pip_package_overrides/verawood/xpro.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bring in fixes for comment timestamps in Mongo migration
openedx-forum==0.4.3
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0
lxml==6.1.0
xmlsec==1.3.14

# Install edx-search from mitodl's fork + branch
Expand Down