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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
#
asgiref==3.8.1
# via django
attrs==24.1.0
attrs==24.2.0
# via openedx-events
cffi==1.16.0
cffi==1.17.0
# via pynacl
click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.8.0
# via edx-toggles
django==4.2.14
django==4.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 @@ -54,7 +54,7 @@ jinja2==3.1.4
# via code-annotations
markupsafe==2.1.5
# via jinja2
newrelic==9.12.0
newrelic==9.13.0
# via edx-django-utils
openedx-events==9.11.0
# via -r requirements/base.in
Expand All @@ -70,7 +70,7 @@ pynacl==1.5.0
# via edx-django-utils
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via code-annotations
redis==5.0.8
# via walrus
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.16.0
tox==4.17.1
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.2.4
# -r requirements/quality.txt
# pylint
# pylint-celery
attrs==24.1.0
attrs==24.2.0
# via
# -r requirements/quality.txt
# openedx-events
Expand All @@ -25,7 +25,7 @@ cachetools==5.4.0
# via
# -r requirements/ci.txt
# tox
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/quality.txt
# pynacl
Expand Down Expand Up @@ -72,7 +72,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.14
django==4.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 @@ -138,7 +138,7 @@ jinja2==3.1.4
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml==5.2.2
lxml==5.3.0
# via edx-i18n-tools
markupsafe==2.1.5
# via
Expand All @@ -148,7 +148,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -251,7 +251,7 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -287,7 +287,7 @@ tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
tox==4.16.0
tox==4.17.1
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand Down
19 changes: 9 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
attrs==24.1.0
attrs==24.2.0
# via
# -r requirements/test.txt
# openedx-events
babel==2.15.0
babel==2.16.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -28,7 +28,7 @@ build==1.2.1
# via -r requirements/doc.in
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/test.txt
# cryptography
Expand All @@ -52,7 +52,7 @@ cryptography==43.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.14
django==4.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 @@ -104,9 +104,8 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# keyring
# twine
iniconfig==2.0.0
Expand Down Expand Up @@ -138,11 +137,11 @@ markupsafe==2.1.5
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -207,7 +206,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -284,5 +283,5 @@ urllib3==2.2.2
# twine
walrus==0.9.4
# via -r requirements/test.txt
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ astroid==3.2.4
# via
# pylint
# pylint-celery
attrs==24.1.0
attrs==24.2.0
# via
# -r requirements/test.txt
# openedx-events
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/test.txt
# pynacl
Expand All @@ -42,7 +42,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.14
django==4.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 @@ -105,7 +105,7 @@ markupsafe==2.1.5
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -172,7 +172,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
attrs==24.1.0
attrs==24.2.0
# via
# -r requirements/base.txt
# openedx-events
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/base.txt
# pynacl
Expand Down Expand Up @@ -82,7 +82,7 @@ markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -124,7 +124,7 @@ python-slugify==8.0.4
# via
# -r requirements/base.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand Down