Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 5, 2024
1 parent 1760448 commit e83ba2d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.149
boto3==1.34.153
# via fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.149
boto3==1.34.153
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==71.1.0
setuptools==72.1.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.149
boto3==1.34.153
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# -r requirements/test.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.149
boto3==1.34.153
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# -r requirements/base.txt
# boto3
Expand Down

0 comments on commit e83ba2d

Please sign in to comment.