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 @@ -12,9 +12,9 @@ asgiref==3.11.0
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.41.5
boto3==1.42.4
# via fs-s3fs
botocore==1.41.5
botocore==1.42.4
# 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.8
django==5.2.9
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -92,7 +92,7 @@ requests==2.32.5
# cookiecutter
rich==14.2.0
# via cookiecutter
s3transfer==0.15.0
s3transfer==0.16.0
# via boto3
simplejson==3.20.2
# via
Expand All @@ -109,7 +109,7 @@ text-unidecode==1.3
# via python-slugify
tzdata==2025.2
# via arrow
urllib3==2.5.0
urllib3==2.6.0
# via
# botocore
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# tox
# virtualenv
Expand Down
7 changes: 0 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,3 @@ 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 25.3 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.
# See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
# The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
# Issue to track this dependency and unpin later on: https://github.com/openedx/edx-lint/issues/503
pip<25.3
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.41.5
boto3==1.42.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.41.5
botocore==1.42.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -98,7 +98,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.8
django==5.2.9
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -200,7 +200,7 @@ packaging==25.0
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -244,7 +244,7 @@ pyproject-api==1.10.0
# via
# -r requirements/test.txt
# tox
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -297,7 +297,7 @@ rich==14.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -340,7 +340,7 @@ tzdata==2025.2
# -r requirements/base.txt
# -r requirements/test.txt
# arrow
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
# 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 @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.41.5
boto3==1.42.4
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.41.5
botocore==1.42.4
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -81,7 +81,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.8
django==5.2.9
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -168,7 +168,7 @@ packaging==25.0
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -209,7 +209,7 @@ pyproject-api==1.10.0
# via
# -r requirements/test.txt
# tox
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -250,7 +250,7 @@ rich==14.2.0
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -285,7 +285,7 @@ tzdata==2025.2
# via
# -r requirements/test.txt
# arrow
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/test.txt
# botocore
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.41.5
boto3==1.42.4
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.41.5
botocore==1.42.4
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -135,7 +135,7 @@ packaging==25.0
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# tox
# virtualenv
Expand All @@ -153,7 +153,7 @@ pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.10.0
# via tox
pytest==9.0.1
pytest==9.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -191,7 +191,7 @@ rich==14.2.0
# via
# -r requirements/base.txt
# cookiecutter
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -219,7 +219,7 @@ tzdata==2025.2
# via
# -r requirements/base.txt
# arrow
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/base.txt
# botocore
Expand Down
Loading