Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 26, 2024
1 parent 0a49ec0 commit 3761288
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ web-fragments==2.2.0
# via xblock
webob==1.8.8
# via xblock
xblock==5.0.0
xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 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.0
boto3==1.35.5
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.0
botocore==1.35.5
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -116,7 +116,7 @@ docutils==0.21.2
# via
# -r requirements/test.txt
# readme-renderer
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.txt
filelock==3.15.4
# via
Expand All @@ -132,11 +132,11 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# xblock-sdk
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# -r requirements/test.txt
# keyring
Expand All @@ -153,7 +153,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/test.txt
# keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -353,7 +353,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -369,7 +369,7 @@ tox==4.18.0
# via -r requirements/tox.txt
twine==5.1.1
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240316
types-python-dateutil==2.9.0.20240821
# via
# -r requirements/test.txt
# arrow
Expand All @@ -393,7 +393,7 @@ webob==1.8.8
# -r requirements/test.txt
# xblock
# xblock-sdk
xblock==5.0.0
xblock==5.1.0
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ webob==1.8.8
# via
# -r requirements/base.txt
# xblock
xblock==5.0.0
xblock==5.1.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fs==2.4.16
# via
# -r requirements/base.txt
# xblock
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -129,7 +129,7 @@ webob==1.8.8
# via
# -r requirements/base.txt
# xblock
xblock==5.0.0
xblock==5.1.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
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.2.0
setuptools==73.0.1
# via -r requirements/pip.in
14 changes: 7 additions & 7 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.35.0
boto3==1.35.5
# via fs-s3fs
botocore==1.35.0
botocore==1.35.5
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +53,7 @@ django==4.2.15
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# xblock-sdk
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/quality.in
fs==2.4.16
# via
Expand All @@ -62,7 +62,7 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via xblock-sdk
idna==3.7
idna==3.8
# via requests
isort==5.13.2
# via pylint
Expand Down Expand Up @@ -164,13 +164,13 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20240316
types-python-dateutil==2.9.0.20240821
# via arrow
urllib3==2.2.2
# via
Expand All @@ -186,7 +186,7 @@ webob==1.8.8
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock==5.0.0
xblock==5.1.0
# via
# -r requirements/base.txt
# xblock-sdk
Expand Down
18 changes: 9 additions & 9 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.35.0
boto3==1.35.5
# via fs-s3fs
botocore==1.35.0
botocore==1.35.5
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,7 +66,7 @@ docopt==0.6.2
# via coveralls
docutils==0.21.2
# via readme-renderer
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
fs==2.4.16
# via
Expand All @@ -75,9 +75,9 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via xblock-sdk
idna==3.7
idna==3.8
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# keyring
# twine
Expand All @@ -87,7 +87,7 @@ isort==5.13.2
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
Expand Down Expand Up @@ -223,15 +223,15 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
twine==5.1.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240316
types-python-dateutil==2.9.0.20240821
# via arrow
urllib3==2.2.2
# via
Expand All @@ -248,7 +248,7 @@ webob==1.8.8
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock==5.0.0
xblock==5.1.0
# via
# -r requirements/base.txt
# xblock-sdk
Expand Down

0 comments on commit 3761288

Please sign in to comment.