Skip to content

Commit

Permalink
Merge pull request #548 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-1bf2f98

chore: Upgrade Python requirements
  • Loading branch information
sameenfatima78 authored Dec 17, 2024
2 parents f2155cc + c0547a7 commit ab7f8b6
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 38 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ asgiref==3.8.1
# via django
asn1crypto==1.5.1
# via snowflake-connector-python
awscli==1.36.17
awscli==1.36.22
# via -r requirements/reporting.in
bcrypt==4.2.1
# via paramiko
billiard==4.2.1
# via celery
boto3==1.35.76
boto3==1.35.81
# via -r requirements/reporting.in
botocore==1.35.76
botocore==1.35.81
# via
# awscli
# boto3
# s3transfer
celery==5.3.6
# via -r requirements/reporting.in
certifi==2024.8.30
certifi==2024.12.14
# via
# py2neo
# requests
Expand Down Expand Up @@ -145,7 +145,7 @@ monotonic==1.6
# via py2neo
mysql-connector-python==9.1.0
# via -r requirements/base.in
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
numpy==2.2.0
# via
Expand Down Expand Up @@ -240,7 +240,7 @@ snowflake-connector-python==3.12.4
# via -r requirements/reporting.in
sortedcontainers==2.4.0
# via snowflake-connector-python
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ astroid==3.3.6
# via
# pylint
# pylint-celery
awscli==1.36.17
awscli==1.36.22
# via -r requirements/reporting.in
bcrypt==4.2.1
# via paramiko
billiard==4.2.1
# via celery
boto3==1.35.76
boto3==1.35.81
# via -r requirements/reporting.in
botocore==1.35.76
botocore==1.35.81
# via
# awscli
# boto3
Expand All @@ -33,7 +33,7 @@ cachetools==5.5.0
# via tox
celery==5.3.6
# via -r requirements/reporting.in
certifi==2024.8.30
certifi==2024.12.14
# via
# py2neo
# requests
Expand Down Expand Up @@ -70,7 +70,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
colorama==0.4.6
# via
Expand All @@ -86,7 +86,7 @@ cryptography==44.0.0
# pyopenssl
# secretstorage
# snowflake-connector-python
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev-enterprise_data.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -224,7 +224,7 @@ more-itertools==10.5.0
# jaraco-functools
mysql-connector-python==9.1.0
# via -r requirements/base.in
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.19
# via readme-renderer
Expand Down Expand Up @@ -389,7 +389,7 @@ snowflake-connector-python==3.12.4
# via -r requirements/reporting.in
sortedcontainers==2.4.0
# via snowflake-connector-python
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ astroid==3.3.6
# via
# pylint
# pylint-celery
awscli==1.36.17
awscli==1.36.22
# via -r requirements/reporting.in
bcrypt==4.2.1
# via paramiko
billiard==4.2.1
# via celery
boto3==1.35.76
boto3==1.35.81
# via -r requirements/reporting.in
botocore==1.35.76
botocore==1.35.81
# via
# awscli
# boto3
Expand All @@ -33,7 +33,7 @@ cachetools==5.5.0
# via tox
celery==5.3.6
# via -r requirements/reporting.in
certifi==2024.8.30
certifi==2024.12.14
# via
# py2neo
# requests
Expand Down Expand Up @@ -70,7 +70,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
colorama==0.4.6
# via
Expand All @@ -90,7 +90,7 @@ cryptography==44.0.0
# snowflake-connector-python
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev-enterprise_data.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -239,7 +239,7 @@ more-itertools==10.5.0
# jaraco-functools
mysql-connector-python==9.1.0
# via -r requirements/base.in
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.19
# via readme-renderer
Expand Down Expand Up @@ -419,7 +419,7 @@ snowflake-connector-python==3.12.4
# via -r requirements/reporting.in
sortedcontainers==2.4.0
# via snowflake-connector-python
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test-master.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ asgiref==3.8.1
# via django
asn1crypto==1.5.1
# via snowflake-connector-python
awscli==1.36.17
awscli==1.36.22
# via -r requirements/reporting.in
bcrypt==4.2.1
# via paramiko
billiard==4.2.1
# via celery
boto3==1.35.76
boto3==1.35.81
# via -r requirements/reporting.in
botocore==1.35.76
botocore==1.35.81
# via
# awscli
# boto3
# s3transfer
celery==5.3.6
# via -r requirements/reporting.in
certifi==2024.8.30
certifi==2024.12.14
# via
# py2neo
# requests
Expand Down Expand Up @@ -162,7 +162,7 @@ monotonic==1.6
# via py2neo
mysql-connector-python==9.1.0
# via -r requirements/base.in
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
numpy==2.2.0
# via
Expand Down Expand Up @@ -274,7 +274,7 @@ snowflake-connector-python==3.12.4
# via -r requirements/reporting.in
sortedcontainers==2.4.0
# via snowflake-connector-python
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test-reporting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ amqp==5.3.1
# via kombu
asn1crypto==1.5.1
# via snowflake-connector-python
awscli==1.36.17
awscli==1.36.22
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
bcrypt==4.2.1
# via paramiko
billiard==4.2.1
# via celery
boto3==1.35.76
boto3==1.35.81
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
botocore==1.35.76
botocore==1.35.81
# via
# awscli
# boto3
Expand All @@ -25,7 +25,7 @@ cachetools==5.5.0
# via tox
celery==5.3.6
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
certifi==2024.8.30
certifi==2024.12.14
# via
# py2neo
# requests
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ asgiref==3.8.1
# via django
asn1crypto==1.5.1
# via snowflake-connector-python
awscli==1.36.17
awscli==1.36.22
# via -r requirements/reporting.in
bcrypt==4.2.1
# via paramiko
billiard==4.2.1
# via celery
boto3==1.35.76
boto3==1.35.81
# via -r requirements/reporting.in
botocore==1.35.76
botocore==1.35.81
# via
# awscli
# boto3
# s3transfer
celery==5.3.6
# via -r requirements/reporting.in
certifi==2024.8.30
certifi==2024.12.14
# via
# py2neo
# requests
Expand Down Expand Up @@ -160,7 +160,7 @@ monotonic==1.6
# via py2neo
mysql-connector-python==9.1.0
# via -r requirements/base.in
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
numpy==2.2.0
# via
Expand Down Expand Up @@ -272,7 +272,7 @@ snowflake-connector-python==3.12.4
# via -r requirements/reporting.in
sortedcontainers==2.4.0
# via snowflake-connector-python
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down

0 comments on commit ab7f8b6

Please sign in to comment.