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

Merged
merged 1 commit into from
Aug 19, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pytz==2024.1
# via xblock
pyyaml==6.0.2
# via xblock
simplejson==3.19.2
simplejson==3.19.3
# via xblock
six==1.16.0
# via
Expand All @@ -38,7 +38,7 @@ sqlparse==0.5.1
# via django
web-fragments==2.2.0
# via xblock
webob==1.8.7
webob==1.8.8
# via xblock
xblock==5.0.0
# via -r requirements/base.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.158
boto3==1.35.0
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.158
botocore==1.35.0
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -337,7 +337,7 @@ secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/test.txt
# xblock
Expand All @@ -361,11 +361,11 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.17.1
tox==4.18.0
# via -r requirements/tox.txt
twine==5.1.1
# via -r requirements/test.txt
Expand All @@ -388,7 +388,7 @@ web-fragments==2.2.0
# -r requirements/test.txt
# xblock
# xblock-sdk
webob==1.8.7
webob==1.8.8
# via
# -r requirements/test.txt
# xblock
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pyyaml==6.0.2
# -r requirements/base.txt
# edx-i18n-tools
# xblock
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
Expand All @@ -70,7 +70,7 @@ web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
webob==1.8.7
webob==1.8.8
# via
# -r requirements/base.txt
# xblock
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pyyaml==6.0.2
# xblock
requests==2.32.3
# via sphinx
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
Expand All @@ -92,7 +92,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
# via
Expand Down Expand Up @@ -125,7 +125,7 @@ web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
webob==1.8.7
webob==1.8.8
# via
# -r requirements/base.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.1.0
setuptools==72.2.0
# 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 @@ -20,9 +20,9 @@ astroid==3.2.4
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.158
boto3==1.35.0
# via fs-s3fs
botocore==1.34.158
botocore==1.35.0
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -148,7 +148,7 @@ rich==13.7.1
# via cookiecutter
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
Expand All @@ -168,7 +168,7 @@ stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
Expand All @@ -181,7 +181,7 @@ web-fragments==2.2.0
# -r requirements/base.txt
# xblock
# xblock-sdk
webob==1.8.7
webob==1.8.8
# via
# -r requirements/base.txt
# xblock
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.158
boto3==1.35.0
# via fs-s3fs
botocore==1.34.158
botocore==1.35.0
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -207,7 +207,7 @@ s3transfer==0.10.2
# via boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
Expand All @@ -227,7 +227,7 @@ stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
twine==5.1.1
# via -r requirements/test.in
Expand All @@ -243,7 +243,7 @@ web-fragments==2.2.0
# -r requirements/base.txt
# xblock
# xblock-sdk
webob==1.8.7
webob==1.8.8
# via
# -r requirements/base.txt
# xblock
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.17.1
tox==4.18.0
# via -r requirements/tox.in
virtualenv==20.26.3
# via tox