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

Python Requirements Update #320

Merged
merged 3 commits into from
May 20, 2024
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 @@ -63,6 +63,8 @@ wagtailcore.PageViewRestriction:
".. no_pii:": "This model has no PII"
wagtailcore.Site:
".. no_pii:": "This model has no PII"
wagtailcore.UploadedFile:
".. no_pii:": "This model has no PII"
wagtaildocs.Document:
".. no_pii:": "This model has no PII"
wagtaildocs.UploadedDocument:
Expand Down
2 changes: 1 addition & 1 deletion designer/apps/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def access_token(self):
"""
try:
return self.social_auth.first().extra_data['access_token'] # pylint: disable=no-member
except Exception: # pylint: disable=broad-except
except Exception:
return None

class Meta:
Expand Down
8 changes: 4 additions & 4 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.99
boto3==1.34.104
# via -r requirements/base.in
botocore==1.34.99
botocore==1.34.104
# via
# boto3
# s3transfer
Expand All @@ -41,7 +41,7 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
# willow
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -155,7 +155,7 @@ more-itertools==10.2.0
# via inflect
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.9.0
newrelic==9.9.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/quality.txt
# django
# django-cors-headers
astroid==3.1.0
astroid==3.2.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.99
boto3==1.34.104
# via -r requirements/quality.txt
botocore==1.34.99
botocore==1.34.104
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -100,7 +100,7 @@ distlib==0.3.8
# via
# -r requirements/quality.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -226,7 +226,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==25.0.1
faker==25.2.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[html-clean,html_clean]==5.2.1
lxml[html-clean,html_clean]==5.2.2
# via
# edx-i18n-tools
# lxml-html-clean
Expand All @@ -302,7 +302,7 @@ more-itertools==10.2.0
# inflect
mysqlclient==2.2.4
# via -r requirements/quality.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -373,7 +373,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.1.0
pylint==3.2.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -517,7 +517,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -545,7 +545,7 @@ urllib3==1.26.18
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.26.1
virtualenv==20.26.2
# via
# -r requirements/quality.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.11
django==4.2.13
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.1.0
astroid==3.2.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -31,9 +31,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.99
boto3==1.34.104
# via -r requirements/test.txt
botocore==1.34.99
botocore==1.34.104
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -101,7 +101,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -r requirements/test.txt
# django-cors-headers
Expand Down Expand Up @@ -227,7 +227,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.0.1
faker==25.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -299,7 +299,7 @@ more-itertools==10.2.0
# inflect
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -367,7 +367,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.1.0
pylint==3.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -532,7 +532,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -560,7 +560,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.1
virtualenv==20.26.2
# via
# -r requirements/test.txt
# tox
Expand Down
8 changes: 4 additions & 4 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.99
boto3==1.34.104
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.99
botocore==1.34.104
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
# willow
django==4.2.11
django==4.2.13
# via
# -r requirements/base.txt
# django-cors-headers
Expand Down Expand Up @@ -210,7 +210,7 @@ more-itertools==10.2.0
# inflect
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.1.0
astroid==3.2.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.99
boto3==1.34.104
# via -r requirements/test.txt
botocore==1.34.99
botocore==1.34.104
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -97,7 +97,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -r requirements/test.txt
# django-cors-headers
Expand Down Expand Up @@ -215,7 +215,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.0.1
faker==25.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -284,7 +284,7 @@ more-itertools==10.2.0
# inflect
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -348,7 +348,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.1.0
pylint==3.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -488,7 +488,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -516,7 +516,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.1
virtualenv==20.26.2
# via
# -r requirements/test.txt
# tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.1.0
astroid==3.2.0
# via
# pylint
# pylint-celery
Expand All @@ -26,9 +26,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.99
boto3==1.34.104
# via -r requirements/base.txt
botocore==1.34.99
botocore==1.34.104
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -201,7 +201,7 @@ exceptiongroup==1.2.1
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.0.1
faker==25.2.0
# via
# -r requirements/test.in
# factory-boy
Expand Down Expand Up @@ -261,7 +261,7 @@ more-itertools==10.2.0
# inflect
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -319,7 +319,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.1.0
pylint==3.2.0
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -444,7 +444,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
tox==4.15.0
# via -r requirements/test.in
Expand All @@ -470,7 +470,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
wagtail==6.1
# via -r requirements/base.txt
Expand Down
Loading