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

Merged
merged 1 commit into from
Jan 20, 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 @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.97
boto3==1.36.2
# via fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# boto3
# s3transfer
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-crum
Expand Down Expand Up @@ -55,7 +55,7 @@ pytz==2024.2
# via xblock
pyyaml==6.0.2
# via xblock
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
simplejson==3.19.3
# via xblock
Expand Down
14 changes: 7 additions & 7 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.97
boto3==1.36.2
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -103,7 +103,7 @@ distlib==0.3.9
# via
# -r requirements/tox.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -219,7 +219,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.5.0
more-itertools==10.6.0
# via
# -r requirements/test.txt
# jaraco-classes
Expand Down Expand Up @@ -354,7 +354,7 @@ rich==13.9.4
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -405,7 +405,7 @@ urllib3==2.2.3
# botocore
# requests
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/tox.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
boto3==1.35.97
boto3==1.36.2
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/base.txt
# boto3
# s3transfer
django==4.2.17
django==4.2.18
# via
# -r requirements/base.txt
# django-crum
Expand Down Expand Up @@ -92,7 +92,7 @@ pyyaml==6.0.2
# -r requirements/base.txt
# edx-i18n-tools
# xblock
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/base.txt
# boto3
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.97
boto3==1.36.2
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/base.txt
# boto3
Expand All @@ -35,7 +35,7 @@ certifi==2024.12.14
# via requests
charset-normalizer==3.4.1
# via requests
django==4.2.17
django==4.2.18
# via
# -r requirements/base.txt
# django-crum
Expand Down Expand Up @@ -116,7 +116,7 @@ pyyaml==6.0.2
# xblock
requests==2.32.3
# via sphinx
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/base.txt
# boto3
Expand Down
12 changes: 6 additions & 6 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.97
boto3==1.36.2
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,7 +47,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
Expand All @@ -57,7 +57,7 @@ ddt==1.7.2
# via -r requirements/quality.in
dill==0.3.9
# via pylint
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -134,7 +134,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -215,7 +215,7 @@ rich==13.9.4
# via
# cookiecutter
# twine
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/base.txt
# boto3
Expand Down
12 changes: 6 additions & 6 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.97
boto3==1.36.2
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,7 +47,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
Expand All @@ -61,7 +61,7 @@ ddt==1.7.2
# via -r requirements/test.in
dill==0.3.9
# via pylint
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -144,7 +144,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -235,7 +235,7 @@ rich==13.9.4
# via
# cookiecutter
# twine
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/base.txt
# boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
Loading