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 #428

Merged
merged 1 commit into from
Feb 3, 2025
Merged
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
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.36.6
boto3==1.36.11
# via fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# boto3
# s3transfer
certifi==2024.12.14
certifi==2025.1.31
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -80,7 +80,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via cookiecutter
pytz==2024.2
pytz==2025.1
# via xblock
pyyaml==6.0.2
# via
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.36.6
boto3==1.36.11
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -47,7 +47,7 @@ cachetools==5.5.1
# via
# -r requirements/test.txt
# tox
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -132,7 +132,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -222,7 +222,7 @@ pygments==2.19.1
# -r requirements/base.txt
# -r requirements/test.txt
# rich
pylint==3.3.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -275,7 +275,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2024.2
pytz==2025.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
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.36.6
boto3==1.36.11
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# -r requirements/test.txt
# boto3
Expand All @@ -39,7 +39,7 @@ cachetools==5.5.1
# via
# -r requirements/test.txt
# tox
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -111,7 +111,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -189,7 +189,7 @@ pygments==2.19.1
# via
# -r requirements/test.txt
# rich
pylint==3.3.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -232,7 +232,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2024.2
pytz==2025.1
# via
# -r requirements/test.txt
# xblock
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.36.6
boto3==1.36.11
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==5.5.1
# via tox
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -172,7 +172,7 @@ python-slugify==8.0.4
# via
# -r requirements/base.txt
# cookiecutter
pytz==2024.2
pytz==2025.1
# via
# -r requirements/base.txt
# xblock
Expand Down
Loading