Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 17, 2024
1 parent ba06fd2 commit 322bb64
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.78
boto3==1.35.82
# via -r requirements/base.in
botocore==1.35.78
botocore==1.35.82
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -163,7 +163,7 @@ markupsafe==2.1.5
# via jinja2
mysql-connector-python==9.0.0
# via edx-enterprise-data
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
numpy==1.24.4
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.78
boto3==1.35.82
# via -r requirements/base.in
botocore==1.35.78
botocore==1.35.82
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -165,7 +165,7 @@ mysql-connector-python==9.0.0
# via edx-enterprise-data
mysqlclient==2.2.6
# via -r requirements/dev.in
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
numpy==1.24.4
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.78
boto3==1.35.82
# via -r requirements/base.in
botocore==1.35.78
botocore==1.35.82
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -183,7 +183,7 @@ markupsafe==2.1.5
# via jinja2
mysql-connector-python==9.0.0
# via edx-enterprise-data
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
numpy==1.24.4
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.78
boto3==1.35.82
# via -r requirements/base.in
botocore==1.35.78
botocore==1.35.82
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -171,7 +171,7 @@ mysql-connector-python==9.0.0
# via edx-enterprise-data
mysqlclient==2.2.6
# via -r requirements/production.in
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/production.in
# edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.78
boto3==1.35.82
# via -r requirements/base.in
botocore==1.35.78
botocore==1.35.82
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -190,7 +190,7 @@ mccabe==0.7.0
# via pylint
mysql-connector-python==9.0.0
# via edx-enterprise-data
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
numpy==1.24.4
# via
Expand Down

0 comments on commit 322bb64

Please sign in to comment.