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
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 @@ -174,7 +174,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 @@ -219,7 +219,7 @@ nh3==0.3.2
# via
# -r requirements/test.txt
# readme-renderer
packaging==25.0
packaging==26.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand All @@ -240,7 +240,7 @@ pluggy==1.6.0
# -r requirements/tox.txt
# pytest
# tox
pycparser==2.23
pycparser==3.0
# via
# -r requirements/test.txt
# cffi
Expand Down Expand Up @@ -322,7 +322,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
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ markupsafe==3.0.3
# jinja2
# mako
# xblock
packaging==25.0
packaging==26.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -94,7 +94,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
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==4.0.3
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.30
boto3==1.42.34
# via fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# boto3
# s3transfer
Expand All @@ -46,7 +46,7 @@ cookiecutter==2.6.0
# via xblock-sdk
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 All @@ -70,7 +70,7 @@ jinja2==3.1.6
# via
# code-annotations
# cookiecutter
jmespath==1.0.1
jmespath==1.1.0
# via
# boto3
# botocore
Expand Down Expand Up @@ -142,7 +142,7 @@ requests==2.32.5
# via
# cookiecutter
# xblock-sdk
rich==14.2.0
rich==14.3.1
# via cookiecutter
s3transfer==0.16.0
# via boto3
Expand Down
16 changes: 8 additions & 8 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.42.30
boto3==1.42.34
# via fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# boto3
# s3transfer
Expand All @@ -48,15 +48,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/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -99,7 +99,7 @@ jinja2==3.1.6
# via
# code-annotations
# cookiecutter
jmespath==1.0.1
jmespath==1.1.0
# via
# boto3
# botocore
Expand Down Expand Up @@ -132,15 +132,15 @@ more-itertools==10.8.0
# jaraco-functools
nh3==0.3.2
# via readme-renderer
packaging==25.0
packaging==26.0
# via
# pytest
# twine
platformdirs==4.5.1
# via pylint
pluggy==1.6.0
# via pytest
pycparser==2.23
pycparser==3.0
# via cffi
pygments==2.19.2
# via
Expand Down Expand Up @@ -199,7 +199,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