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

Merged
merged 1 commit into from
Mar 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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.26
boto3==1.37.4
# via fs-s3fs
botocore==1.36.26
botocore==1.37.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -83,7 +83,7 @@ idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -172,7 +172,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -206,7 +206,7 @@ requests==2.32.3
# xblock-sdk
rich==13.9.4
# via cookiecutter
s3transfer==0.11.2
s3transfer==0.11.3
# via boto3
simplejson==3.20.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.8.0
setuptools==75.8.2
# 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 @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.26
boto3==1.37.4
# via fs-s3fs
botocore==1.36.26
botocore==1.37.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -83,7 +83,7 @@ idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -172,7 +172,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -206,7 +206,7 @@ requests==2.32.3
# xblock-sdk
rich==13.9.4
# via cookiecutter
s3transfer==0.11.2
s3transfer==0.11.3
# via boto3
simplejson==3.20.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.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.36.26
boto3==1.37.4
# via fs-s3fs
botocore==1.36.26
botocore==1.37.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -120,7 +120,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -150,7 +150,7 @@ requests==2.32.3
# xblock-sdk
rich==13.9.4
# via cookiecutter
s3transfer==0.11.2
s3transfer==0.11.3
# via boto3
simplejson==3.20.1
# via
Expand Down