Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 21, 2024
1 parent 6a181f2 commit 4900711
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 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.123
boto3==1.34.128
# via -r requirements/base.in
botocore==1.34.123
botocore==1.34.128
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -155,13 +155,13 @@ more-itertools==10.3.0
# via inflect
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
openpyxl==3.1.3
openpyxl==3.1.4
# via wagtail
packaging==24.1
# via drf-yasg
Expand Down Expand Up @@ -255,7 +255,7 @@ typing-extensions==4.12.2
# typeguard
uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# botocore
# requests
Expand Down
14 changes: 7 additions & 7 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.123
boto3==1.34.128
# via -r requirements/quality.txt
botocore==1.34.123
botocore==1.34.128
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -230,7 +230,7 @@ faker==25.8.0
# via
# -r requirements/quality.txt
# factory-boy
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/quality.txt
# tox
Expand Down Expand Up @@ -302,7 +302,7 @@ more-itertools==10.3.0
# inflect
mysqlclient==2.2.4
# via -r requirements/quality.txt
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand All @@ -311,7 +311,7 @@ oauthlib==3.2.2
# -r requirements/quality.txt
# requests-oauthlib
# social-auth-core
openpyxl==3.1.3
openpyxl==3.1.4
# via
# -r requirements/quality.txt
# wagtail
Expand Down Expand Up @@ -355,7 +355,7 @@ psutil==5.9.8
# via
# -r requirements/quality.txt
# edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.txt
pycparser==2.22
# via
Expand Down Expand Up @@ -540,7 +540,7 @@ uritemplate==4.1.1
# via
# -r requirements/quality.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/quality.txt
# botocore
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.123
boto3==1.34.128
# via -r requirements/test.txt
botocore==1.34.123
botocore==1.34.128
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -231,7 +231,7 @@ faker==25.8.0
# via
# -r requirements/test.txt
# factory-boy
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -299,7 +299,7 @@ more-itertools==10.3.0
# inflect
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -310,7 +310,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
openpyxl==3.1.3
openpyxl==3.1.4
# via
# -r requirements/test.txt
# wagtail
Expand Down Expand Up @@ -555,7 +555,7 @@ uritemplate==4.1.1
# via
# -r requirements/test.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/test.txt
# botocore
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.123
boto3==1.34.128
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.123
botocore==1.34.128
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -210,7 +210,7 @@ more-itertools==10.3.0
# inflect
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -219,7 +219,7 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
openpyxl==3.1.3
openpyxl==3.1.4
# via
# -r requirements/base.txt
# wagtail
Expand Down Expand Up @@ -362,7 +362,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/base.txt
# botocore
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.123
boto3==1.34.128
# via -r requirements/test.txt
botocore==1.34.123
botocore==1.34.128
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -219,7 +219,7 @@ faker==25.8.0
# via
# -r requirements/test.txt
# factory-boy
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -284,7 +284,7 @@ more-itertools==10.3.0
# inflect
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -293,7 +293,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
openpyxl==3.1.3
openpyxl==3.1.4
# via
# -r requirements/test.txt
# wagtail
Expand Down Expand Up @@ -332,7 +332,7 @@ psutil==5.9.8
# via
# -r requirements/test.txt
# edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pycparser==2.22
# via
Expand Down Expand Up @@ -511,7 +511,7 @@ uritemplate==4.1.1
# via
# -r requirements/test.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/test.txt
# botocore
Expand Down
12 changes: 6 additions & 6 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.123
boto3==1.34.128
# via -r requirements/base.txt
botocore==1.34.123
botocore==1.34.128
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -205,7 +205,7 @@ faker==25.8.0
# via
# -r requirements/test.in
# factory-boy
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -261,7 +261,7 @@ more-itertools==10.3.0
# inflect
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -270,7 +270,7 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
openpyxl==3.1.3
openpyxl==3.1.4
# via
# -r requirements/base.txt
# wagtail
Expand Down Expand Up @@ -465,7 +465,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/base.txt
# botocore
Expand Down

0 comments on commit 4900711

Please sign in to comment.