Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #417

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.34.131
boto3==1.34.140
# via fs-s3fs
botocore==1.34.131
botocore==1.34.140
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -61,7 +61,7 @@ pytz==2024.1
# via xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/quality.txt
boto3==1.34.131
boto3==1.34.140
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.34.131
botocore==1.34.140
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -49,7 +49,7 @@ cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -253,7 +253,7 @@ pygments==2.18.0
# via
# -r requirements/quality.txt
# rich
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -326,7 +326,7 @@ rich==13.7.1
# via
# -r requirements/quality.txt
# cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -375,7 +375,7 @@ tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.txt
types-python-dateutil==2.9.0.20240316
# via
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.2
# via -r requirements/pip.in
setuptools==70.1.0
setuptools==70.2.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/test.txt
boto3==1.34.131
boto3==1.34.140
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.131
botocore==1.34.140
# via
# -r requirements/test.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -196,7 +196,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 @@ -254,7 +254,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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ binaryornot==0.4.4
# via cookiecutter
bleach[css]==6.1.0
# via -r requirements/base.txt
boto3==1.34.131
boto3==1.34.140
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.131
botocore==1.34.140
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -164,7 +164,7 @@ requests==2.32.3
# xblock-sdk
rich==13.7.1
# via cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
Expand Down
Loading