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
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ requirements: ## install development environment requirements
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## update the pip requirements files to use the latest releases satisfying our constraints
pip install -qr requirements/pip-tools.txt
pip install -qr requirements/pip.txt
# Make sure to compile files after any other files they include!
pip-compile -v --upgrade --rebuild --allow-unsafe -o requirements/pip.txt requirements/pip.in
pip-compile -v --upgrade --rebuild -o requirements/pip-tools.txt requirements/pip-tools.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.11.0
coverage==7.11.1
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand All @@ -30,7 +30,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.31.0
tox==4.32.0
# via -r requirements/ci.in
virtualenv==20.35.3
virtualenv==20.35.4
# via tox
18 changes: 7 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ astroid==3.3.11
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==25.4.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.40.55
boto3==1.40.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.55
botocore==1.40.68
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -66,7 +62,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.11.0
coverage[toml]==7.11.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -84,7 +80,7 @@ distlib==0.4.0
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.25
django==5.2.8
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -112,7 +108,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.142.1
hypothesis==6.147.0
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -277,7 +273,7 @@ tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
tox==4.31.0
tox==4.32.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -289,7 +285,7 @@ urllib3==2.5.0
# via
# -r requirements/test.txt
# botocore
virtualenv==20.35.3
virtualenv==20.35.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ appdirs==1.4.4
# fs
asgiref==3.10.0
# via django
boto3==1.40.55
boto3==1.40.68
# via fs-s3fs
botocore==1.40.55
botocore==1.40.68
# via
# boto3
# s3transfer
django==4.2.25
django==5.2.8
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.2
# via pydata-sphinx-theme
boto3==1.40.55
boto3==1.40.68
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.55
botocore==1.40.68
# via
# -r requirements/django.txt
# boto3
Expand All @@ -35,7 +35,7 @@ certifi==2025.10.5
# via requests
charset-normalizer==3.4.4
# via requests
django==4.2.25
django==5.2.8
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ wheel==0.45.1

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via -r requirements/pip.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
14 changes: 6 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ astroid==3.3.11
# -r requirements/test.in
# pylint
# pylint-celery
attrs==25.4.0
# via hypothesis
boto3==1.40.55
boto3==1.40.68
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.55
botocore==1.40.68
# via
# -r requirements/django.txt
# boto3
Expand All @@ -45,7 +43,7 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.11.0
coverage[toml]==7.11.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -82,7 +80,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.142.1
hypothesis==6.147.0
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -208,7 +206,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
tox==4.31.0
tox==4.32.0
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand All @@ -218,7 +216,7 @@ urllib3==2.5.0
# via
# -r requirements/django.txt
# botocore
virtualenv==20.35.3
virtualenv==20.35.4
# via tox
web-fragments==3.1.0
# via -r requirements/django.txt
Expand Down