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

Merged
merged 1 commit into from
Jan 13, 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: 6 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.92
boto3==1.35.97
# via fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,8 +66,10 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
urllib3==2.3.0
# via botocore
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# botocore
web-fragments==2.2.0
# via xblock
webob==1.8.9
Expand Down
9 changes: 5 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -269,7 +269,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pygments==2.19.0
pygments==2.19.1
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -398,8 +398,9 @@ types-python-dateutil==2.9.0.20241206
# via
# -r requirements/test.txt
# arrow
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# botocore
# requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -110,7 +110,7 @@ sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
urllib3==2.3.0
urllib3==2.2.3
# via
# -r requirements/base.txt
# botocore
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -96,7 +96,7 @@ packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.0
pygments==2.19.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down Expand Up @@ -159,7 +159,7 @@ sqlparse==0.5.3
# django
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -r requirements/base.txt
# botocore
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.7.0
setuptools==75.8.0
# via -r requirements/pip.in
9 changes: 5 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -158,7 +158,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pygments==2.19.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -247,8 +247,9 @@ twine==6.0.1
# via -r requirements/quality.in
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# botocore
# requests
Expand Down
9 changes: 5 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -172,7 +172,7 @@ pycodestyle==2.12.1
# via -r requirements/test.in
pycparser==2.22
# via cffi
pygments==2.19.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -267,8 +267,9 @@ twine==6.0.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# botocore
# requests
Expand Down
Loading