Skip to content
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
6 changes: 3 additions & 3 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.11.0
# via django
boto3==1.42.30
boto3==1.42.34
# via fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# boto3
# s3transfer
Expand All @@ -33,7 +33,7 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via openedx-django-pyfs
jmespath==1.0.1
jmespath==1.1.0
# via
# boto3
# botocore
Expand Down
18 changes: 9 additions & 9 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.42.30
boto3==1.42.34
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.2.4
cachetools==6.2.5
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/test.txt
# coveralls
Expand All @@ -95,7 +95,7 @@ cryptography==46.0.3
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
dill==0.4.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -189,7 +189,7 @@ jinja2==3.1.6
# -r requirements/test.txt
# code-annotations
# cookiecutter
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -246,7 +246,7 @@ openedx-django-pyfs==3.8.0
# xblock
openedx-filters==2.1.0
# via -r requirements/test.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand All @@ -269,7 +269,7 @@ pluggy==1.6.0
# tox
pycodestyle==2.14.0
# via -r requirements/test.txt
pycparser==2.23
pycparser==3.0
# via
# -r requirements/test.txt
# cffi
Expand Down Expand Up @@ -359,7 +359,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==14.2.0
rich==14.3.1
# via
# -r requirements/test.txt
# cookiecutter
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.11.0
# via
# -r requirements/base.txt
# django
boto3==1.42.30
boto3==1.42.34
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -50,7 +50,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/base.txt
# openedx-django-pyfs
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/base.txt
# boto3
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.30
boto3==1.42.34
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.6
# via sphinx
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -100,7 +100,7 @@ openedx-django-pyfs==3.8.0
# xblock
openedx-filters==2.1.0
# via -r requirements/base.txt
packaging==25.0
packaging==26.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -148,7 +148,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.2
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.0.4
# via
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.45.1
packaging==26.0
# via wheel
wheel==0.46.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
setuptools==80.10.2
# 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 @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.30
boto3==1.42.34
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -55,7 +55,7 @@ cryptography==46.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/quality.in
dill==0.4.0
dill==0.4.1
# via pylint
django==5.2.10
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ jinja2==3.1.6
# via
# code-annotations
# cookiecutter
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -156,13 +156,13 @@ openedx-django-pyfs==3.8.0
# xblock
openedx-filters==2.1.0
# via -r requirements/base.txt
packaging==25.0
packaging==26.0
# via twine
platformdirs==4.5.1
# via pylint
pycodestyle==2.14.0
# via -r requirements/quality.in
pycparser==2.23
pycparser==3.0
# via cffi
pygments==2.19.2
# via
Expand Down Expand Up @@ -222,7 +222,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.2.0
rich==14.3.1
# via
# cookiecutter
# twine
Expand Down
16 changes: 8 additions & 8 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.42.30
boto3==1.42.34
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# -r requirements/base.txt
# boto3
Expand All @@ -51,15 +51,15 @@ code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via coveralls
coveralls==4.0.2
# via -r requirements/test.in
cryptography==46.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.4.0
dill==0.4.1
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -119,7 +119,7 @@ jinja2==3.1.6
# via
# code-annotations
# cookiecutter
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -165,7 +165,7 @@ openedx-django-pyfs==3.8.0
# xblock
openedx-filters==2.1.0
# via -r requirements/base.txt
packaging==25.0
packaging==26.0
# via
# pytest
# twine
Expand All @@ -175,7 +175,7 @@ pluggy==1.6.0
# via pytest
pycodestyle==2.14.0
# via -r requirements/test.in
pycparser==2.23
pycparser==3.0
# via cffi
pygments==2.19.2
# via
Expand Down Expand Up @@ -242,7 +242,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.2.0
rich==14.3.1
# via
# cookiecutter
# twine
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==6.2.4
cachetools==6.2.5
# via tox
chardet==5.2.0
# via tox
Expand All @@ -16,7 +16,7 @@ filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
Expand Down