Skip to content

Commit

Permalink
revert: prior code changes to isolate bug
Browse files Browse the repository at this point in the history
This commit reverts the following commit.

* d91d943

Starting 04/05/2024, deployments of this service started to fail due to failing migrations on the wagtail core model in the wagtail application. We are reverting the code changes up until the issue began to rule out an issue in any of our Python requirements upgrade, namely the upgrade of wagtail from 6.0.1 to 6.0.2.

Revert "chore: Updating Python Requirements (#312)"

This reverts commit d91d943.
  • Loading branch information
MichaelRoytman committed Apr 17, 2024
1 parent d91d943 commit fe7dc16
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.80
boto3==1.34.75
# via -r requirements/base.in
botocore==1.34.80
botocore==1.34.75
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -106,7 +106,7 @@ drf-yasg==1.21.7
# via
# -r requirements/base.in
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==1.7.0
# via -r requirements/base.in
edx-auth-backends==4.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -248,7 +248,7 @@ telepath==0.3.1
# via wagtail
typeguard==4.2.1
# via inflect
typing-extensions==4.11.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand All @@ -260,7 +260,7 @@ urllib3==1.26.18
# via
# botocore
# requests
wagtail==6.0.2
wagtail==6.0.1
# via -r requirements/base.in
webencodings==0.5.1
# via html5lib
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.80
boto3==1.34.75
# via -r requirements/quality.txt
botocore==1.34.80
botocore==1.34.75
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -67,7 +67,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.8.0
code-annotations==1.7.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -187,7 +187,7 @@ drf-yasg==1.21.7
# via
# -r requirements/quality.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==1.7.0
# via -r requirements/quality.txt
edx-auth-backends==4.3.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -222,7 +222,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==24.7.1
faker==24.4.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -280,7 +280,7 @@ laces==0.1.1
# via
# -r requirements/quality.txt
# wagtail
lxml==5.2.1
lxml==5.2.0
# via edx-i18n-tools
markupsafe==2.1.5
# via
Expand Down Expand Up @@ -318,7 +318,7 @@ packaging==24.0
# pyproject-api
# pytest
# tox
path==16.14.0
path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -524,7 +524,7 @@ typeguard==4.2.1
# via
# -r requirements/quality.txt
# inflect
typing-extensions==4.11.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -547,7 +547,7 @@ virtualenv==20.25.1
# via
# -r requirements/quality.txt
# tox
wagtail==6.0.2
wagtail==6.0.1
# via -r requirements/quality.txt
webencodings==0.5.1
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.80
boto3==1.34.75
# via -r requirements/test.txt
botocore==1.34.80
botocore==1.34.75
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -70,7 +70,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==1.7.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -190,7 +190,7 @@ drf-yasg==1.21.7
# via
# -r requirements/test.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==1.7.0
# via -r requirements/test.txt
edx-auth-backends==4.3.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -223,7 +223,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.7.1
faker==24.4.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -543,7 +543,7 @@ typeguard==4.2.1
# via
# -r requirements/test.txt
# inflect
typing-extensions==4.11.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -566,7 +566,7 @@ virtualenv==20.25.1
# via
# -r requirements/test.txt
# tox
wagtail==6.0.2
wagtail==6.0.1
# via -r requirements/test.txt
webencodings==0.5.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.80
boto3==1.34.75
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.80
botocore==1.34.75
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -138,7 +138,7 @@ drf-yasg==1.21.7
# via
# -r requirements/base.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==1.7.0
# via -r requirements/base.txt
edx-auth-backends==4.3.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -352,7 +352,7 @@ typeguard==4.2.1
# via
# -r requirements/base.txt
# inflect
typing-extensions==4.11.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -368,7 +368,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
wagtail==6.0.2
wagtail==6.0.1
# via -r requirements/base.txt
webencodings==0.5.1
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.80
boto3==1.34.75
# via -r requirements/test.txt
botocore==1.34.80
botocore==1.34.75
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -66,7 +66,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==1.7.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -178,7 +178,7 @@ drf-yasg==1.21.7
# via
# -r requirements/test.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==1.7.0
# via -r requirements/test.txt
edx-auth-backends==4.3.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -211,7 +211,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.7.1
faker==24.4.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -499,7 +499,7 @@ typeguard==4.2.1
# via
# -r requirements/test.txt
# inflect
typing-extensions==4.11.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -522,7 +522,7 @@ virtualenv==20.25.1
# via
# -r requirements/test.txt
# tox
wagtail==6.0.2
wagtail==6.0.1
# via -r requirements/test.txt
webencodings==0.5.1
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.80
boto3==1.34.75
# via -r requirements/base.txt
botocore==1.34.80
botocore==1.34.75
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==1.7.0
# via
# -r requirements/test.in
# edx-lint
Expand Down Expand Up @@ -166,7 +166,7 @@ drf-yasg==1.21.7
# via
# -r requirements/base.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==1.7.0
# via -r requirements/base.txt
edx-auth-backends==4.3.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -197,7 +197,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==24.7.1
faker==24.4.0
# via
# -r requirements/test.in
# factory-boy
Expand Down Expand Up @@ -453,7 +453,7 @@ typeguard==4.2.1
# via
# -r requirements/base.txt
# inflect
typing-extensions==4.11.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -474,7 +474,7 @@ urllib3==1.26.18
# requests
virtualenv==20.25.1
# via tox
wagtail==6.0.2
wagtail==6.0.1
# via -r requirements/base.txt
webencodings==0.5.1
# via
Expand Down

0 comments on commit fe7dc16

Please sign in to comment.