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 @@ -62,15 +62,15 @@ psutil==7.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pymongo==4.13.2
pymongo==4.14.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
# via code-annotations
redis==6.2.0
redis==6.4.0
# via walrus
six==1.17.0
# via edx-ccx-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.9.1
# via tox
tox==4.28.4
# via -r requirements/ci.in
virtualenv==20.33.0
virtualenv==20.33.1
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.2
coverage[toml]==7.10.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -205,7 +205,7 @@ pygments==2.19.2
# -r requirements/quality.txt
# diff-cover
# pytest
pylint==3.3.7
pylint==3.3.8
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -225,7 +225,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.13.2
pymongo==4.14.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -260,7 +260,7 @@ pyyaml==6.0.2
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
redis==6.2.0
redis==6.4.0
# via
# -r requirements/quality.txt
# walrus
Expand Down Expand Up @@ -297,7 +297,7 @@ typing-extensions==4.14.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
virtualenv==20.33.0
virtualenv==20.33.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 @@ -33,7 +33,7 @@ cffi==1.17.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.2
charset-normalizer==3.4.3
# via requests
click==8.2.1
# via
Expand All @@ -44,11 +44,11 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.10.2
coverage[toml]==7.10.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.5
cryptography==45.0.6
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -181,7 +181,7 @@ pygments==2.19.2
# readme-renderer
# rich
# sphinx
pymongo==4.13.2
pymongo==4.14.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -210,7 +210,7 @@ pyyaml==6.0.2
# code-annotations
readme-renderer==44.0
# via twine
redis==6.2.0
redis==6.4.0
# via
# -r requirements/test.txt
# walrus
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -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 @@ -34,7 +34,7 @@ code-annotations==2.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.10.2
coverage[toml]==7.10.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -138,7 +138,7 @@ pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
pylint==3.3.7
pylint==3.3.8
# via
# edx-lint
# pylint-celery
Expand All @@ -152,7 +152,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.13.2
pymongo==4.14.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -177,7 +177,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
redis==6.2.0
redis==6.4.0
# via
# -r requirements/test.txt
# walrus
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.10.2
coverage[toml]==7.10.3
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -104,7 +104,7 @@ pycparser==2.22
# cffi
pygments==2.19.2
# via pytest
pymongo==4.13.2
pymongo==4.14.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -128,7 +128,7 @@ pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
redis==6.2.0
redis==6.4.0
# via
# -r requirements/base.txt
# walrus
Expand Down