Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #338

Merged
Merged
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
2 changes: 2 additions & 0 deletions .annotation_safe_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ waffle.Switch:
".. no_pii:": "This model has no PII"
wagtailadmin.Admin:
".. no_pii:": "This model has no PII"
wagtailadmin.EditingSession:
".. no_pii:": "This model has no PII"
wagtailcore.Collection:
".. no_pii:": "This model has no PII"
wagtailcore.CollectionViewRestriction:
Expand Down
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.151
boto3==1.34.152
# via -r requirements/base.in
botocore==1.34.151
botocore==1.34.152
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -74,7 +74,7 @@ django-crum==0.7.9
# via edx-django-utils
django-extensions==3.2.3
# via -r requirements/base.in
django-filter==24.2
django-filter==24.3
# via wagtail
django-modelcluster==6.3
# via wagtail
Expand Down Expand Up @@ -178,7 +178,7 @@ psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-auth-backends
Expand Down Expand Up @@ -260,7 +260,7 @@ urllib3==1.26.19
# via
# botocore
# requests
wagtail==6.1.3
wagtail==6.2
# via -r requirements/base.in
willow[heif]==1.8.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.151
boto3==1.34.152
# via -r requirements/quality.txt
botocore==1.34.151
botocore==1.34.152
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -141,7 +141,7 @@ django-dynamic-fixture==4.0.1
# via -r requirements/quality.txt
django-extensions==3.2.3
# via -r requirements/quality.txt
django-filter==24.2
django-filter==24.3
# via
# -r requirements/quality.txt
# wagtail
Expand Down Expand Up @@ -227,7 +227,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==26.0.0
faker==26.1.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -362,7 +362,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
# via diff-cover
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# -r requirements/quality.txt
# drf-jwt
Expand Down Expand Up @@ -546,7 +546,7 @@ virtualenv==20.26.3
# via
# -r requirements/quality.txt
# tox
wagtail==6.1.3
wagtail==6.2
# via -r requirements/quality.txt
willow[heif]==1.8.0
# via
Expand Down
12 changes: 6 additions & 6 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.151
boto3==1.34.152
# via -r requirements/test.txt
botocore==1.34.151
botocore==1.34.152
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -135,7 +135,7 @@ django-dynamic-fixture==4.0.1
# via -r requirements/test.txt
django-extensions==3.2.3
# via -r requirements/test.txt
django-filter==24.2
django-filter==24.3
# via
# -r requirements/test.txt
# wagtail
Expand Down Expand Up @@ -227,7 +227,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==26.0.0
faker==26.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -359,7 +359,7 @@ pygments==2.18.0
# doc8
# readme-renderer
# sphinx
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -564,7 +564,7 @@ virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
wagtail==6.1.3
wagtail==6.2
# via -r requirements/test.txt
willow[heif]==1.8.0
# 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.151
boto3==1.34.152
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.151
botocore==1.34.152
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -91,7 +91,7 @@ django-crum==0.7.9
# edx-django-utils
django-extensions==3.2.3
# via -r requirements/base.txt
django-filter==24.2
django-filter==24.3
# via
# -r requirements/base.txt
# wagtail
Expand Down Expand Up @@ -249,7 +249,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -367,7 +367,7 @@ urllib3==1.26.19
# -r requirements/base.txt
# botocore
# requests
wagtail==6.1.3
wagtail==6.2
# via -r requirements/base.txt
willow[heif]==1.8.0
# via
Expand Down
12 changes: 6 additions & 6 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.151
boto3==1.34.152
# via -r requirements/test.txt
botocore==1.34.151
botocore==1.34.152
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -131,7 +131,7 @@ django-dynamic-fixture==4.0.1
# via -r requirements/test.txt
django-extensions==3.2.3
# via -r requirements/test.txt
django-filter==24.2
django-filter==24.3
# via
# -r requirements/test.txt
# wagtail
Expand Down Expand Up @@ -215,7 +215,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==26.0.0
faker==26.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -340,7 +340,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -520,7 +520,7 @@ virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
wagtail==6.1.3
wagtail==6.2
# via -r requirements/test.txt
willow[heif]==1.8.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.151
boto3==1.34.152
# via -r requirements/base.txt
botocore==1.34.151
botocore==1.34.152
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -120,7 +120,7 @@ django-dynamic-fixture==4.0.1
# via -r requirements/test.in
django-extensions==3.2.3
# via -r requirements/base.txt
django-filter==24.2
django-filter==24.3
# via
# -r requirements/base.txt
# wagtail
Expand Down Expand Up @@ -202,7 +202,7 @@ exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==26.0.0
faker==26.1.0
# via
# -r requirements/test.in
# factory-boy
Expand Down Expand Up @@ -312,7 +312,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -473,7 +473,7 @@ urllib3==1.26.19
# requests
virtualenv==20.26.3
# via tox
wagtail==6.1.3
wagtail==6.2
# via -r requirements/base.txt
willow[heif]==1.8.0
# via
Expand Down
Loading