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 @@ -37,7 +37,7 @@ click-repl==0.3.0
# via celery
cryptography==46.0.3
# via pyjwt
django==5.2.9
django==5.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -84,7 +84,7 @@ pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.15.5
pymongo==4.16.0
# via edx-opaque-keys
pynacl==1.6.2
# via edx-django-utils
Expand Down Expand Up @@ -112,7 +112,7 @@ tzdata==2025.3
# via kombu
tzlocal==5.3.1
# via celery
urllib3==2.6.2
urllib3==2.6.3
# via requests
vine==5.1.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
Expand Down Expand Up @@ -42,11 +42,11 @@ pyproject-api==1.10.0
# via tox
rich==14.2.0
# via import-linter
tox==4.33.0
tox==4.34.1
# via -r requirements/ci.in
typing-extensions==4.15.0
# via
# grimp
# import-linter
virtualenv==20.35.4
virtualenv==20.36.1
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ billiard==4.2.4
# via
# -r requirements/quality.txt
# celery
build==1.3.0
build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -105,7 +105,7 @@ cryptography==46.0.3
# secretstorage
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==10.1.0
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.0
# via
Expand All @@ -115,7 +115,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.9
django==5.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -183,7 +183,7 @@ edx-opaque-keys==3.0.0
# via
# -r requirements/quality.txt
# edx-drf-extensions
filelock==3.20.2
filelock==3.20.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -309,7 +309,7 @@ packaging==25.0
# twine
path==16.16.0
# via edx-i18n-tools
pathspec==0.12.1
pathspec==1.0.3
# via
# -r requirements/quality.txt
# mypy
Expand Down Expand Up @@ -381,7 +381,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -485,7 +485,7 @@ tomlkit==0.13.3
# via
# -r requirements/quality.txt
# pylint
tox==4.33.0
tox==4.34.1
# via -r requirements/ci.txt
twine==6.2.0
# via -r requirements/quality.txt
Expand All @@ -494,7 +494,7 @@ types-pyyaml==6.0.12.20250915
# -r requirements/quality.txt
# django-stubs
# djangorestframework-stubs
types-requests==2.32.4.20250913
types-requests==2.32.4.20260107
# via
# -r requirements/quality.txt
# djangorestframework-stubs
Expand All @@ -517,7 +517,7 @@ tzlocal==5.3.1
# via
# -r requirements/quality.txt
# celery
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/quality.txt
# requests
Expand All @@ -529,7 +529,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.35.4
virtualenv==20.36.1
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cryptography==46.0.3
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
django==5.2.9
django==5.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -206,7 +206,7 @@ packaging==25.0
# pydata-sphinx-theme
# pytest
# sphinx
pathspec==0.12.1
pathspec==1.0.3
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -246,7 +246,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -351,7 +351,7 @@ types-pyyaml==6.0.12.20250915
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
types-requests==2.32.4.20250913
types-requests==2.32.4.20260107
# via
# -r requirements/test.txt
# djangorestframework-stubs
Expand All @@ -375,7 +375,7 @@ tzlocal==5.3.1
# via
# -r requirements/test.txt
# celery
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.3.0
build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
# via pylint
django==5.2.9
django==5.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -227,7 +227,7 @@ packaging==25.0
# kombu
# pytest
# twine
pathspec==0.12.1
pathspec==1.0.3
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -279,7 +279,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -369,7 +369,7 @@ types-pyyaml==6.0.12.20250915
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
types-requests==2.32.4.20250913
types-requests==2.32.4.20260107
# via
# -r requirements/test.txt
# djangorestframework-stubs
Expand All @@ -391,7 +391,7 @@ tzlocal==5.3.1
# via
# -r requirements/test.txt
# celery
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/test.txt
# requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ packaging==25.0
# -r requirements/base.txt
# kombu
# pytest
pathspec==0.12.1
pathspec==1.0.3
# via mypy
pluggy==1.6.0
# via
Expand All @@ -187,7 +187,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -249,7 +249,7 @@ types-pyyaml==6.0.12.20250915
# via
# django-stubs
# djangorestframework-stubs
types-requests==2.32.4.20250913
types-requests==2.32.4.20260107
# via djangorestframework-stubs
typing-extensions==4.15.0
# via
Expand All @@ -269,7 +269,7 @@ tzlocal==5.3.1
# via
# -r requirements/base.txt
# celery
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/base.txt
# requests
Expand Down