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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.3.1
# edx-django-utils
code-annotations==2.3.0
# via edx-toggles
django==5.2.8
django==5.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -60,7 +60,7 @@ psutil==7.1.3
# via edx-django-utils
pycparser==2.23
# via cffi
pymongo==4.15.4
pymongo==4.15.5
# via edx-opaque-keys
pynacl==1.6.1
# via edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.8
django==5.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -167,7 +167,7 @@ path==16.16.0
# via edx-i18n-tools
pip-tools==7.5.2
# via -r requirements/pip-tools.txt
platformdirs==4.5.0
platformdirs==4.5.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -221,7 +221,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.15.4
pymongo==4.15.5
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand All @@ -238,7 +238,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cryptography==46.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==5.2.8
django==5.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -177,7 +177,7 @@ pygments==2.19.2
# readme-renderer
# rich
# sphinx
pymongo==4.15.4
pymongo==4.15.5
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -187,7 +187,7 @@ pynacl==1.6.1
# edx-django-utils
pyproject-hooks==1.2.0
# via build
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -234,7 +234,7 @@ snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8
# via beautifulsoup4
sphinx==9.0.0
sphinx==9.0.4
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down Expand Up @@ -275,7 +275,7 @@ typing-extensions==4.15.0
# beautifulsoup4
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.5.0
urllib3==2.6.0
# via
# requests
# twine
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==25.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
# via pylint
django==5.2.8
django==5.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -111,7 +111,7 @@ packaging==25.0
# via
# -r requirements/test.txt
# pytest
platformdirs==4.5.0
platformdirs==4.5.1
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -148,15 +148,15 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.4
pymongo==4.15.5
# via
# -r requirements/test.txt
# edx-opaque-keys
pynacl==1.6.1
# via
# -r requirements/test.txt
# edx-django-utils
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ pycparser==2.23
# cffi
pygments==2.19.2
# via pytest
pymongo==4.15.4
pymongo==4.15.5
# via
# -r requirements/base.txt
# edx-opaque-keys
pynacl==1.6.1
# via
# -r requirements/base.txt
# edx-django-utils
pytest==9.0.1
pytest==9.0.2
# via
# pytest-cov
# pytest-django
Expand Down