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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
arrow==1.4.0
# via cookiecutter
asgiref==3.11.0
asgiref==3.11.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.34
boto3==1.42.41
# via fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ click==8.3.1
# via cookiecutter
cookiecutter==2.6.0
# via -r requirements/base.in
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -90,7 +90,7 @@ requests==2.32.5
# via
# -r requirements/base.in
# cookiecutter
rich==14.3.1
rich==14.3.2
# via cookiecutter
s3transfer==0.16.0
# via boto3
Expand Down
2 changes: 1 addition & 1 deletion 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==7.0.0
# via tox
chardet==5.2.0
# via tox
Expand Down
6 changes: 6 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ Django<6.0
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# pip 26 is incompatible with pip-tools hence causing failures during the build process
# Make upgrade command and all requirements upgrade jobs are broken due to this.
# The constraint can be removed once a release (pip-tools > 7.5.2) is available with support for pip 26
# Issue to track this dependency and unpin later on: https://github.com/jazzband/pip-tools/issues/2319
pip<26.0
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ arrow==1.4.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -32,18 +32,18 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/base.txt
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.2.4
cachetools==7.0.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.13.1
coverage[toml]==7.13.3
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand All @@ -98,7 +98,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -292,7 +292,7 @@ requests==2.32.5
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
rich==14.3.1
rich==14.3.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ wheel==0.46.3

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
setuptools==80.10.1
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
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 @@ -14,7 +14,7 @@ arrow==1.4.0
# via
# -r requirements/test.txt
# cookiecutter
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/test.txt
# django
Expand All @@ -26,16 +26,16 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.2.4
cachetools==7.0.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -69,7 +69,7 @@ colorama==0.4.6
# tox
cookiecutter==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.13.1
coverage[toml]==7.13.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -81,7 +81,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -246,7 +246,7 @@ requests==2.32.5
# via
# -r requirements/test.txt
# cookiecutter
rich==14.3.1
rich==14.3.2
# via
# -r requirements/test.txt
# cookiecutter
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ arrow==1.4.0
# via
# -r requirements/base.txt
# cookiecutter
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# django
binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==6.2.4
cachetools==7.0.0
# via tox
certifi==2026.1.4
# via
Expand All @@ -54,7 +54,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.13.1
coverage[toml]==7.13.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -187,7 +187,7 @@ requests==2.32.5
# via
# -r requirements/base.txt
# cookiecutter
rich==14.3.1
rich==14.3.2
# via
# -r requirements/base.txt
# cookiecutter
Expand Down
Loading