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 Oct 8, 2024
1 parent b1b1d81 commit c7b29a2
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 @@ -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

0 comments on commit c7b29a2

Please sign in to comment.