Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 12, 2023
1 parent c2bcc24 commit 8dce990
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.42
boto3==1.28.45
# via -r requirements/base.in
botocore==1.31.42
botocore==1.31.45
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -125,7 +125,7 @@ edx-rest-api-client==5.6.0
# edx-enterprise-data
factory-boy==3.3.0
# via edx-enterprise-data
faker==19.3.1
faker==19.6.1
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.42
boto3==1.28.45
# via -r requirements/base.in
botocore==1.31.42
botocore==1.31.45
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -125,7 +125,7 @@ edx-rest-api-client==5.6.0
# edx-enterprise-data
factory-boy==3.3.0
# via edx-enterprise-data
faker==19.3.1
faker==19.6.1
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.42
boto3==1.28.45
# via -r requirements/base.in
botocore==1.31.42
botocore==1.31.45
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -139,7 +139,7 @@ edx-rest-api-client==5.6.0
# edx-enterprise-data
factory-boy==3.3.0
# via edx-enterprise-data
faker==19.3.1
faker==19.6.1
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.0
setuptools==68.2.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.42
boto3==1.28.45
# via -r requirements/base.in
botocore==1.31.42
botocore==1.31.45
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -125,7 +125,7 @@ edx-rest-api-client==5.6.0
# edx-enterprise-data
factory-boy==3.3.0
# via edx-enterprise-data
faker==19.3.1
faker==19.6.1
# via factory-boy
gevent==23.9.0.post1
# via -r requirements/production.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ astroid==2.3.3
# via pylint
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.42
boto3==1.28.45
# via -r requirements/base.in
botocore==1.31.42
botocore==1.31.45
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -140,7 +140,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via edx-enterprise-data
faker==19.3.1
faker==19.6.1
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand Down Expand Up @@ -211,7 +211,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pytest==7.4.1
pytest==7.4.2
# via
# pytest-cov
# pytest-django
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tox-battery==0.6.2
# via -r requirements/tox.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox

0 comments on commit 8dce990

Please sign in to comment.