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 #51

Closed
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.8.1
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.34
boto3==1.35.35
# via -r requirements/base.in
botocore==1.35.34
botocore==1.35.35
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -132,7 +132,7 @@ edx-rest-api-client==6.0.0
# edx-enterprise-data
factory-boy==3.3.1
# via edx-enterprise-data
faker==30.1.0
faker==30.3.0
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
Expand All @@ -150,7 +150,7 @@ jmespath==1.0.1
# botocore
markdown==3.7
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.0
# via jinja2
mysql-connector-python==9.0.0
# via edx-enterprise-data
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.8.1
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.34
boto3==1.35.35
# via -r requirements/base.in
botocore==1.35.34
botocore==1.35.35
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -132,7 +132,7 @@ edx-rest-api-client==6.0.0
# edx-enterprise-data
factory-boy==3.3.1
# via edx-enterprise-data
faker==30.1.0
faker==30.3.0
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
Expand All @@ -150,7 +150,7 @@ jmespath==1.0.1
# botocore
markdown==3.7
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.0
# via jinja2
mysql-connector-python==9.0.0
# via edx-enterprise-data
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.34
boto3==1.35.35
# via -r requirements/base.in
botocore==1.35.34
botocore==1.35.35
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -146,7 +146,7 @@ edx-rest-api-client==6.0.0
# edx-enterprise-data
factory-boy==3.3.1
# via edx-enterprise-data
faker==30.1.0
faker==30.3.0
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
Expand All @@ -168,7 +168,7 @@ jmespath==1.0.1
# botocore
markdown==3.7
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.0
# via jinja2
mysql-connector-python==9.0.0
# via edx-enterprise-data
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.8.1
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.34
boto3==1.35.35
# via -r requirements/base.in
botocore==1.35.34
botocore==1.35.35
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -132,7 +132,7 @@ edx-rest-api-client==6.0.0
# edx-enterprise-data
factory-boy==3.3.1
# via edx-enterprise-data
faker==30.1.0
faker==30.3.0
# via factory-boy
gevent==24.2.1
# via -r requirements/production.in
Expand All @@ -156,7 +156,7 @@ jmespath==1.0.1
# botocore
markdown==3.7
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.0
# via jinja2
mysql-connector-python==9.0.0
# via edx-enterprise-data
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ astroid==3.3.5
# via pylint
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.34
boto3==1.35.35
# via -r requirements/base.in
botocore==1.35.34
botocore==1.35.35
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -147,7 +147,7 @@ edx-rest-api-client==6.0.0
# edx-enterprise-data
factory-boy==3.3.1
# via edx-enterprise-data
faker==30.1.0
faker==30.3.0
# via factory-boy
freezegun==1.5.1
# via -r requirements/test.in
Expand All @@ -173,7 +173,7 @@ jmespath==1.0.1
# botocore
markdown==3.7
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.0
# via jinja2
mccabe==0.7.0
# via pylint
Expand Down
Loading