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 @@ -25,7 +25,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
4 changes: 2 additions & 2 deletions requirements/ci.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
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/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==4.0.3
# pylint-celery
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 @@ -47,9 +47,9 @@ 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 pytest-cov
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 @@ -79,7 +79,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 @@ -115,7 +115,7 @@ openedx-django-pyfs==3.8.0
# via
# -r requirements/base.txt
# xblock
packaging==25.0
packaging==26.0
# via pytest
platformdirs==4.5.1
# via pylint
Expand Down Expand Up @@ -177,7 +177,7 @@ requests==2.32.5
# via
# cookiecutter
# xblock-sdk
rich==14.2.0
rich==14.3.1
# via cookiecutter
s3transfer==0.16.0
# via
Expand Down