Skip to content
Open
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.11.1
# via django
boto3==1.42.41
boto3==1.42.44
# via fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asgiref==3.11.1
# -r requirements/quality.txt
# -r requirements/test.txt
# django
astroid==4.0.3
astroid==4.0.4
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.42.41
boto3==1.42.44
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.41
boto3==1.42.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -137,7 +137,7 @@ fs-s3fs==1.1.1
# -r requirements/test.txt
# openedx-django-pyfs
# xblock-sdk
id==1.5.0
id==1.6.1
# via twine
idna==3.11
# via
Expand Down Expand Up @@ -309,7 +309,6 @@ requests==2.32.5
# via
# -r requirements/test.txt
# cookiecutter
# id
# requests-toolbelt
# sphinx
# twine
Expand Down Expand Up @@ -399,6 +398,7 @@ urllib3==2.6.3
# via
# -r requirements/test.txt
# botocore
# id
# requests
# twine
virtualenv==20.36.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ pip==25.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.10.2
setuptools==82.0.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ asgiref==3.11.1
# via
# -r requirements/test.txt
# django
astroid==4.0.3
astroid==4.0.4
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.41
boto3==1.42.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# -r requirements/test.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.11.1
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.41
boto3==1.42.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# -r requirements/base.txt
# boto3
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ norecursedirs = .* docs requirements site-packages

[testenv]
deps =
setuptools<81 # temporary pin to resolve pkg_resources failure
django42: Django>=4.2,<5.0
django52: Django>=5.2,<6.0
-r{toxinidir}/requirements/test.txt
Expand All @@ -40,6 +41,7 @@ allowlist_externals =
make
rm
deps =
setuptools<81 # temporary pin to resolve pkg_resources failure
-r{toxinidir}/requirements/doc.txt
commands =
doc8 --ignore-path docs/_build README.rst docs
Expand Down