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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ six==1.17.0
# python-dateutil
stevedore==5.4.1
# via edx-opaque-keys
typing-extensions==4.13.2
typing-extensions==4.14.0
# via edx-opaque-keys
web-fragments==3.1.0
# via -r requirements/base.in
Expand Down
17 changes: 9 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==25.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.38.27
boto3==1.38.32
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.38.27
botocore==1.38.32
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -73,7 +73,7 @@ coverage[toml]==7.8.2
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.3.1
diff-cover==9.3.2
# via -r requirements/test.txt
dill==0.4.0
# via
Expand All @@ -84,7 +84,7 @@ distlib==0.3.9
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.21
django==4.2.22
# 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 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.132.0
hypothesis==6.135.1
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -188,6 +188,7 @@ pygments==2.19.1
# via
# -r requirements/test.txt
# diff-cover
# pytest
pylint==3.3.7
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -222,7 +223,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.5
pytest==8.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -275,15 +276,15 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
tox==4.26.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 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.8.1
# via django
boto3==1.38.27
boto3==1.38.32
# via fs-s3fs
botocore==1.38.27
botocore==1.38.32
# via
# boto3
# s3transfer
django==4.2.21
django==4.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.in
Expand Down Expand Up @@ -82,7 +82,7 @@ stevedore==5.4.1
# via
# -r requirements/base.txt
# edx-opaque-keys
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 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.13.4
# via pydata-sphinx-theme
boto3==1.38.27
boto3==1.38.32
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.38.27
botocore==1.38.32
# via
# -r requirements/django.txt
# boto3
Expand All @@ -35,7 +35,7 @@ certifi==2025.4.26
# via requests
charset-normalizer==3.4.2
# via requests
django==4.2.21
django==4.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
Expand Down Expand Up @@ -159,7 +159,7 @@ stevedore==5.4.1
# via
# -r requirements/django.txt
# edx-opaque-keys
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# -r requirements/django.txt
# beautifulsoup4
Expand Down
18 changes: 10 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.10
# pylint-celery
attrs==25.3.0
# via hypothesis
boto3==1.38.27
boto3==1.38.32
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.38.27
botocore==1.38.32
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -51,7 +51,7 @@ coverage[toml]==7.8.2
# pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.3.1
diff-cover==9.3.2
# via -r requirements/test.in
dill==0.4.0
# via pylint
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.132.0
hypothesis==6.135.1
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down Expand Up @@ -138,7 +138,9 @@ pluggy==1.6.0
pycodestyle==2.13.0
# via -r requirements/test.in
pygments==2.19.1
# via diff-cover
# via
# diff-cover
# pytest
pylint==3.3.7
# via
# -r requirements/test.in
Expand All @@ -160,7 +162,7 @@ pymongo==4.13.0
# edx-opaque-keys
pyproject-api==1.9.1
# via tox
pytest==8.3.5
pytest==8.4.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -207,11 +209,11 @@ stevedore==5.4.1
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via pylint
tox==4.26.0
# via -r requirements/test.in
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand Down