Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 2, 2024
1 parent b3eb31d commit 5fa9b3c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.5
boto3==1.35.10
# via fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# boto3
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -90,7 +90,7 @@ requests==2.32.3
# via
# -r requirements/base.in
# cookiecutter
rich==13.7.1
rich==13.8.0
# via cookiecutter
s3transfer==0.10.2
# via boto3
Expand Down
12 changes: 6 additions & 6 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.35.5
boto3==1.35.10
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -47,7 +47,7 @@ cachetools==5.5.0
# via
# -r requirements/test.txt
# tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -200,7 +200,7 @@ packaging==24.1
# pytest
# pytest-rerunfailures
# tox
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
# via
Expand All @@ -222,7 +222,7 @@ pygments==2.18.0
# -r requirements/base.txt
# -r requirements/test.txt
# rich
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -292,7 +292,7 @@ requests==2.32.3
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
rich==13.7.1
rich==13.8.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
setuptools==74.0.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 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.35.5
boto3==1.35.10
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# -r requirements/test.txt
# boto3
Expand All @@ -39,7 +39,7 @@ cachetools==5.5.0
# via
# -r requirements/test.txt
# tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -168,7 +168,7 @@ packaging==24.1
# pytest
# pytest-rerunfailures
# tox
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
# via
Expand All @@ -189,7 +189,7 @@ pygments==2.18.0
# via
# -r requirements/test.txt
# rich
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -246,7 +246,7 @@ requests==2.32.3
# via
# -r requirements/test.txt
# cookiecutter
rich==13.7.1
rich==13.8.0
# via
# -r requirements/test.txt
# cookiecutter
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.35.5
boto3==1.35.10
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==5.5.0
# via tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -185,7 +185,7 @@ requests==2.32.3
# via
# -r requirements/base.txt
# cookiecutter
rich==13.7.1
rich==13.8.0
# via
# -r requirements/base.txt
# cookiecutter
Expand Down

0 comments on commit 5fa9b3c

Please sign in to comment.