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
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ blinker==1.9.0
# -r requirements/base.in
# flask
# sentry-sdk
boltons==26.0.0
boltons==26.1.0
# via
# face
# glom
Expand All @@ -29,11 +29,11 @@ certifi==2026.6.17
# via
# requests
# sentry-sdk
cffi==2.0.0
cffi==2.1.0
# via cryptography
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
click==8.4.1
click==8.4.2
# via
# -r requirements/base.in
# celery
Expand Down Expand Up @@ -128,17 +128,17 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.63.0
sentry-sdk[flask]==2.66.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
typing-extensions==4.15.0
typing-extensions==4.16.0
# via jira
tzdata==2026.2
tzdata==2026.3
# via
# arrow
# kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via celery
uritemplate==4.2.0
# via github3-py
Expand All @@ -153,7 +153,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.8.1
wcwidth==0.8.2
# via prompt-toolkit
werkzeug==3.1.8
# via flask
44 changes: 22 additions & 22 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ amqp==5.3.1
# via kombu
arrow==1.4.0
# via -r requirements/base.in
ast-serialize==0.5.0
ast-serialize==0.6.0
# via mypy
astroid==4.0.4
# via
Expand All @@ -29,7 +29,7 @@ blinker==1.9.0
# -r requirements/base.in
# flask
# sentry-sdk
boltons==26.0.0
boltons==26.1.0
# via
# face
# glom
Expand All @@ -43,11 +43,11 @@ certifi==2026.6.17
# via
# requests
# sentry-sdk
cffi==2.0.0
cffi==2.1.0
# via cryptography
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
click==8.4.1
click==8.4.2
# via
# -r requirements/base.in
# celery
Expand All @@ -72,7 +72,7 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.14.2
coverage[toml]==7.15.2
# via pytest-cov
cryptography==49.0.0
# via
Expand Down Expand Up @@ -129,7 +129,7 @@ jira==3.10.5
# via -r requirements/base.in
kombu[redis]==5.6.2
# via celery
librt==0.11.0
librt==0.13.0
# via mypy
logging-tree==1.10
# via -r requirements/base.in
Expand All @@ -145,11 +145,11 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mypy==2.1.0
mypy==2.3.0
# via -r requirements/dev.in
mypy-extensions==1.1.0
# via mypy
nh3==0.3.5
nh3==0.3.6
# via readme-renderer
oauthlib[signedtoken]==3.3.1
# via
Expand All @@ -166,9 +166,9 @@ packaging==26.2
# wheel
pathspec==1.1.1
# via mypy
pip-tools==7.5.3
pip-tools==7.6.0
# via -r requirements/dev.in
platformdirs==4.10.0
platformdirs==4.10.1
# via pylint
pluggy==1.6.0
# via
Expand All @@ -195,7 +195,7 @@ pylint==4.0.6
# pylint-pytest
pylint-celery==0.3
# via edx-lint
pylint-django==2.7.0
pylint-django==2.8.0
# via edx-lint
pylint-plugin-utils==0.9.0
# via
Expand Down Expand Up @@ -269,7 +269,7 @@ schema==0.7.8
# via repo-tools-data-schema
scriv==1.8.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.63.0
sentry-sdk[flask]==2.66.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -301,29 +301,29 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.8.0
stevedore==5.9.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.15.0
tomlkit==0.15.1
# via
# edx-lint
# pylint
types-cachetools==7.0.0.20260518
types-cachetools==7.0.0.20260713
# via -r requirements/dev.in
types-pyyaml==6.0.12.20260518
# via -r requirements/dev.in
types-requests==2.33.0.20260518
types-requests==2.33.0.20260712
# via -r requirements/dev.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# jira
# mypy
tzdata==2026.2
tzdata==2026.3
# via
# arrow
# kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via celery
uritemplate==4.2.0
# via github3-py
Expand All @@ -339,7 +339,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.8.1
wcwidth==0.8.2
# via prompt-toolkit
werkzeug==3.1.8
# via flask
Expand All @@ -349,5 +349,5 @@ wheel==0.47.0
# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2
# via pip-tools
setuptools==82.0.1
setuptools==83.0.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.18.0
# via sphinx
certifi==2026.6.17
# via requests
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
docutils==0.22.4
# via
Expand All @@ -25,7 +25,7 @@ jinja2==3.1.6
# via sphinx
markupsafe==3.0.3
# via jinja2
nh3==0.3.5
nh3==0.3.6
# via readme-renderer
packaging==26.2
# via sphinx
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
build==1.5.0
# via pip-tools
click==8.4.1
click==8.4.2
# via pip-tools
packaging==26.2
# via
# build
# wheel
pip-tools==7.5.3
pip-tools==7.6.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand All @@ -24,5 +24,5 @@ wheel==0.47.0
# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2
# via pip-tools
setuptools==82.0.1
setuptools==83.0.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ wheel==0.47.0
# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2
# via -r requirements/pip.in
setuptools==82.0.1
setuptools==83.0.0
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ blinker==1.9.0
# -r requirements/base.in
# flask
# sentry-sdk
boltons==26.0.0
boltons==26.1.0
# via
# face
# glom
Expand All @@ -33,11 +33,11 @@ certifi==2026.6.17
# via
# requests
# sentry-sdk
cffi==2.0.0
cffi==2.1.0
# via cryptography
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
click==8.4.1
click==8.4.2
# via
# -r requirements/base.in
# celery
Expand All @@ -51,7 +51,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.14.2
coverage[toml]==7.15.2
# via pytest-cov
cryptography==49.0.0
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ markupsafe==3.0.3
# jinja2
# sentry-sdk
# werkzeug
nh3==0.3.5
nh3==0.3.6
# via readme-renderer
oauthlib[signedtoken]==3.3.1
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ roman-numerals==4.1.0
# via sphinx
schema==0.7.8
# via repo-tools-data-schema
sentry-sdk[flask]==2.63.0
sentry-sdk[flask]==2.66.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down Expand Up @@ -219,13 +219,13 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
typing-extensions==4.15.0
typing-extensions==4.16.0
# via jira
tzdata==2026.2
tzdata==2026.3
# via
# arrow
# kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via celery
uritemplate==4.2.0
# via github3-py
Expand All @@ -240,7 +240,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.8.1
wcwidth==0.8.2
# via prompt-toolkit
werkzeug==3.1.8
# via flask