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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.11.1
# via django
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.96
boto3==1.43.2
# via fs-s3fs
botocore==1.42.96
botocore==1.43.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -54,7 +54,7 @@ lxml==6.1.0
# via
# -r requirements/base.in
# xblock
mako==1.3.11
mako==1.3.12
# via xblock
markdown-it-py==4.0.0
# via rich
Expand Down Expand Up @@ -90,7 +90,7 @@ requests==2.33.1
# cookiecutter
rich==15.0.0
# via cookiecutter
s3transfer==0.16.1
s3transfer==0.17.0
# via boto3
simplejson==4.1.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.0.6
cachetools==7.1.0
# via tox
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -34,7 +34,7 @@ python-discovery==1.2.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.in
virtualenv==21.2.4
virtualenv==21.3.0
# via tox
20 changes: 11 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ binaryornot==0.6.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.42.96
boto3==1.43.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.96
botocore==1.43.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==7.0.6
cachetools==7.1.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -98,7 +98,7 @@ django==5.2.13
# -r requirements/base.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/quality.in
filelock==3.29.0
# via
Expand Down Expand Up @@ -154,7 +154,7 @@ lxml==6.1.0
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
mako==1.3.11
mako==1.3.12
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -298,7 +298,7 @@ rich==15.0.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.16.1
s3transfer==0.17.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -335,8 +335,10 @@ tomli-w==1.2.0
# -r requirements/test.txt
# tox
tomlkit==0.14.0
# via pylint
tox==4.53.0
# via
# edx-lint
# pylint
tox==4.53.1
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand All @@ -351,7 +353,7 @@ urllib3==2.6.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==21.2.4
virtualenv==21.3.0
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.4
build==1.5.0
# via pip-tools
click==8.3.3
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1
# via -r requirements/pip.in
setuptools==81.0.0
# via
Expand Down
20 changes: 11 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ binaryornot==0.6.0
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.96
boto3==1.43.2
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.96
botocore==1.43.2
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==7.0.6
cachetools==7.1.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -81,7 +81,7 @@ django==5.2.13
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/quality.in
filelock==3.29.0
# via
Expand Down Expand Up @@ -130,7 +130,7 @@ lxml==6.1.0
# via
# -r requirements/test.txt
# xblock
mako==1.3.11
mako==1.3.12
# via
# -r requirements/test.txt
# acid-xblock
Expand Down Expand Up @@ -252,7 +252,7 @@ rich==15.0.0
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.16.1
s3transfer==0.17.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -284,8 +284,10 @@ tomli-w==1.2.0
# -r requirements/test.txt
# tox
tomlkit==0.14.0
# via pylint
tox==4.53.0
# via
# edx-lint
# pylint
tox==4.53.1
# via -r requirements/test.txt
tzdata==2026.2
# via
Expand All @@ -296,7 +298,7 @@ urllib3==2.6.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==21.2.4
virtualenv==21.3.0
# via
# -r requirements/test.txt
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ binaryornot==0.6.0
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.42.96
boto3==1.43.2
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.96
botocore==1.43.2
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==7.0.6
cachetools==7.1.0
# via tox
certifi==2026.4.22
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ lxml==6.1.0
# via
# -r requirements/base.txt
# xblock
mako==1.3.11
mako==1.3.12
# via
# -r requirements/base.txt
# acid-xblock
Expand Down Expand Up @@ -192,7 +192,7 @@ rich==15.0.0
# via
# -r requirements/base.txt
# cookiecutter
s3transfer==0.16.1
s3transfer==0.17.0
# via
# -r requirements/base.txt
# boto3
Expand All @@ -216,7 +216,7 @@ text-unidecode==1.3
# python-slugify
tomli-w==1.2.0
# via tox
tox==4.53.0
tox==4.53.1
# via -r requirements/test.in
tzdata==2026.2
# via
Expand All @@ -227,7 +227,7 @@ urllib3==2.6.3
# -r requirements/base.txt
# botocore
# requests
virtualenv==21.2.4
virtualenv==21.3.0
# via tox
web-fragments==4.0.0
# via
Expand Down
Loading