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 @@ -12,9 +12,9 @@ asgiref==3.9.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.40
boto3==1.40.45
# via fs-s3fs
botocore==1.40.40
botocore==1.40.45
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ click==8.3.0
# via cookiecutter
cookiecutter==2.6.0
# via -r requirements/base.in
django==4.2.24
django==4.2.25
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.30.2
tox==4.30.3
# via -r requirements/ci.in
virtualenv==20.34.0
# via tox
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ Django<5.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

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
10 changes: 5 additions & 5 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.40.40
boto3==1.40.45
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.40
botocore==1.40.45
# 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==4.2.24
django==4.2.25
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -132,7 +132,7 @@ iniconfig==2.1.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.1
isort==6.1.0
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -331,7 +331,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.3
# via pylint
tox==4.30.2
tox==4.30.3
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.3.0
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.0
pip-tools==7.5.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
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==24.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
pip==25.2
# via -r requirements/pip.in
setuptools==80.9.0
# 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 @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.40.40
boto3==1.40.45
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.40
botocore==1.40.45
# 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==4.2.24
django==4.2.25
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -111,7 +111,7 @@ iniconfig==2.1.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.1
isort==6.1.0
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -279,7 +279,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.3
# via pylint
tox==4.30.2
tox==4.30.3
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20250822
# via
Expand Down
6 changes: 3 additions & 3 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.40.40
boto3==1.40.45
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.40.40
botocore==1.40.45
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -213,7 +213,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
tox==4.30.2
tox==4.30.3
# via -r requirements/test.in
types-python-dateutil==2.9.0.20250822
# via
Expand Down
Loading