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

Merged
merged 1 commit into from
Oct 14, 2024
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,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.34
boto3==1.35.39
# via fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -39,7 +39,7 @@ lxml==5.3.0
# via xblock
mako==1.3.5
# via xblock
markupsafe==2.1.5
markupsafe==3.0.1
# via
# mako
# xblock
Expand All @@ -55,7 +55,7 @@ pytz==2024.2
# via xblock
pyyaml==6.0.2
# via xblock
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
simplejson==3.19.3
# via xblock
Expand Down
16 changes: 8 additions & 8 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.34
boto3==1.35.39
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/test.txt
# boto3
Expand All @@ -56,7 +56,7 @@ chardet==5.2.0
# -r requirements/tox.txt
# binaryornot
# tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
Expand All @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via
# -r requirements/test.txt
# coveralls
Expand All @@ -99,7 +99,7 @@ dill==0.3.9
# via
# -r requirements/test.txt
# pylint
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/tox.txt
# virtualenv
Expand Down Expand Up @@ -204,7 +204,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -285,7 +285,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -354,7 +354,7 @@ rich==13.9.2
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/test.txt
# boto3
Expand Down
10 changes: 5 additions & 5 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.34
boto3==1.35.39
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -57,13 +57,13 @@ lxml[html-clean]==5.3.0
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.2.2
lxml-html-clean==0.3.1
# via lxml
mako==1.3.5
# via
# -r requirements/base.txt
# xblock
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/base.txt
# mako
Expand Down Expand Up @@ -92,7 +92,7 @@ pyyaml==6.0.2
# -r requirements/base.txt
# edx-i18n-tools
# xblock
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/base.txt
# boto3
Expand Down
12 changes: 6 additions & 6 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.34
boto3==1.35.39
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
django==4.2.16
# via
Expand Down Expand Up @@ -80,7 +80,7 @@ mako==1.3.5
# via
# -r requirements/base.txt
# xblock
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -118,7 +118,7 @@ pyyaml==6.0.2
# xblock
requests==2.32.3
# via sphinx
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/base.txt
# boto3
Expand All @@ -136,7 +136,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/docs.in
# pydata-sphinx-theme
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.34
boto3==1.35.39
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/base.txt
# boto3
Expand All @@ -37,7 +37,7 @@ cffi==1.17.1
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ mako==1.3.5
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -171,7 +171,7 @@ pylint==3.3.1
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -215,7 +215,7 @@ rich==13.9.2
# via
# cookiecutter
# twine
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/base.txt
# boto3
Expand Down
14 changes: 7 additions & 7 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.34
boto3==1.35.39
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/base.txt
# boto3
Expand All @@ -37,7 +37,7 @@ cffi==1.17.1
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -51,7 +51,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
Expand Down Expand Up @@ -134,7 +134,7 @@ mako==1.3.5
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -184,7 +184,7 @@ pylint==3.3.1
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ rich==13.9.2
# via
# cookiecutter
# twine
s3transfer==0.10.2
s3transfer==0.10.3
# 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 @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via
Expand Down