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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ charset-normalizer==3.4.7
# via requests
click==8.4.1
# via edx-django-utils
cryptography==48.0.0
cryptography==49.0.0
# via pyjwt
django==5.2.14
django==5.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -96,7 +96,7 @@ edx-organizations==8.0.0
# via -r requirements/base.in
fastavro==1.12.2
# via openedx-events
idna==3.17
idna==3.18
# via requests
inflection==0.5.1
# via drf-yasg
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ cachetools==7.1.4
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
distlib==0.4.3
# via virtualenv
filelock==3.29.0
filelock==3.29.4
# via
# python-discovery
# tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.1
# via tox
python-discovery==1.4.0
python-discovery==1.4.2
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.55.0
tox==4.55.1
# via -r requirements/ci.in
virtualenv==21.4.2
virtualenv==21.5.0
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ coverage[toml]==7.14.1
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==48.0.0
cryptography==49.0.0
# via
# -r requirements/quality.txt
# pyjwt
Expand All @@ -83,11 +83,11 @@ dill==0.4.1
# via
# -r requirements/quality.txt
# pylint
distlib==0.4.0
distlib==0.4.3
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.14
django==5.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -174,13 +174,13 @@ fastavro==1.12.2
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.29.0
filelock==3.29.4
# via
# -r requirements/ci.txt
# python-discovery
# tox
# virtualenv
idna==3.17
idna==3.18
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -280,7 +280,7 @@ pyjwt[crypto]==2.13.0
# -r requirements/quality.txt
# drf-jwt
# edx-drf-extensions
pylint==4.0.5
pylint==4.0.6
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -317,7 +317,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.3
pytest==9.1.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -326,7 +326,7 @@ pytest-cov==7.1.0
# via -r requirements/quality.txt
pytest-django==4.12.0
# via -r requirements/quality.txt
python-discovery==1.4.0
python-discovery==1.4.2
# via
# -r requirements/ci.txt
# tox
Expand All @@ -349,7 +349,7 @@ requests==2.34.2
# via
# -r requirements/quality.txt
# edx-drf-extensions
ruff==0.15.15
ruff==0.15.17
# via -r requirements/quality.txt
semantic-version==2.10.0
# via
Expand All @@ -364,7 +364,7 @@ six==1.17.0
# -r requirements/quality.txt
# edx-ccx-keys
# edx-lint
snowballstemmer==3.1.0
snowballstemmer==3.1.1
# via
# -r requirements/quality.txt
# pydocstyle
Expand All @@ -391,7 +391,7 @@ tomlkit==0.15.0
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.55.0
tox==4.55.1
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand All @@ -405,7 +405,7 @@ urllib3==2.7.0
# via
# -r requirements/quality.txt
# requests
virtualenv==21.4.2
virtualenv==21.5.0
# via
# -r requirements/ci.txt
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ babel==2.18.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.14.3
beautifulsoup4==4.15.0
# via pydata-sphinx-theme
bracex==2.6
# via
Expand Down Expand Up @@ -54,14 +54,14 @@ coverage[toml]==7.14.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==48.0.0
cryptography==49.0.0
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==5.2.14
django==5.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -154,7 +154,7 @@ fastavro==1.12.2
# openedx-events
id==1.6.1
# via twine
idna==3.17
idna==3.18
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -259,7 +259,7 @@ pynacl==1.6.2
# edx-django-utils
pyproject-hooks==1.2.0
# via build
pytest==9.0.3
pytest==9.1.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -281,7 +281,7 @@ pyyaml==6.0.3
# -r requirements/test.txt
# code-annotations
# drf-yasg
readme-renderer==44.0
readme-renderer==45.0
# via twine
requests==2.34.2
# via
Expand Down Expand Up @@ -314,7 +314,7 @@ six==1.17.0
# via
# -r requirements/test.txt
# edx-ccx-keys
snowballstemmer==3.1.0
snowballstemmer==3.1.1
# via sphinx
soupsieve==2.8.4
# via beautifulsoup4
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ coverage[toml]==7.14.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==48.0.0
cryptography==49.0.0
# via
# -r requirements/test.txt
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.1
# via pylint
django==5.2.14
django==5.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -144,7 +144,7 @@ fastavro==1.12.2
# via
# -r requirements/test.txt
# openedx-events
idna==3.17
idna==3.18
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -211,7 +211,7 @@ pyjwt[crypto]==2.13.0
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pylint==4.0.5
pylint==4.0.6
# via
# edx-lint
# pylint-celery
Expand All @@ -233,7 +233,7 @@ pynacl==1.6.2
# via
# -r requirements/test.txt
# edx-django-utils
pytest==9.0.3
pytest==9.1.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -259,7 +259,7 @@ requests==2.34.2
# via
# -r requirements/test.txt
# edx-drf-extensions
ruff==0.15.15
ruff==0.15.17
# via -r requirements/quality.in
semantic-version==2.10.0
# via
Expand All @@ -274,7 +274,7 @@ six==1.17.0
# -r requirements/test.txt
# edx-ccx-keys
# edx-lint
snowballstemmer==3.1.0
snowballstemmer==3.1.1
# via pydocstyle
sqlparse==0.5.5
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ code-annotations==3.0.0
# via -r requirements/test.in
coverage[toml]==7.14.1
# via pytest-cov
cryptography==48.0.0
cryptography==49.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -127,7 +127,7 @@ fastavro==1.12.2
# via
# -r requirements/base.txt
# openedx-events
idna==3.17
idna==3.18
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -185,7 +185,7 @@ pynacl==1.6.2
# via
# -r requirements/base.txt
# edx-django-utils
pytest==9.0.3
pytest==9.1.0
# via
# pytest-cov
# pytest-django
Expand Down