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 Jun 30, 2024
1 parent 6e24bed commit a4c924b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.131
boto3==1.34.136
# via fs-s3fs
botocore==1.34.131
botocore==1.34.136
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -96,7 +96,7 @@ requests==2.32.3
# cookiecutter
rich==13.7.1
# via cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.131
boto3==1.34.136
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.131
botocore==1.34.136
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -232,7 +232,7 @@ pygments==2.18.0
# -r requirements/base.txt
# -r requirements/test.txt
# rich
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -307,7 +307,7 @@ rich==13.7.1
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# 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
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.0
setuptools==70.1.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.131
boto3==1.34.136
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.131
botocore==1.34.136
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -198,7 +198,7 @@ pygments==2.18.0
# via
# -r requirements/test.txt
# rich
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -259,7 +259,7 @@ rich==13.7.1
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.131
boto3==1.34.136
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.131
botocore==1.34.136
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -196,7 +196,7 @@ rich==13.7.1
# via
# -r requirements/base.txt
# cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
Expand Down

0 comments on commit a4c924b

Please sign in to comment.