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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# 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.64.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
# 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
22 changes: 11 additions & 11 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 Down Expand Up @@ -47,7 +47,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# 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.0
# 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.12.0
# via mypy
logging-tree==1.10
# via -r requirements/base.in
Expand All @@ -149,7 +149,7 @@ mypy==2.1.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 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.64.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -301,7 +301,7 @@ 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
Expand All @@ -315,15 +315,15 @@ types-pyyaml==6.0.12.20260518
# via -r requirements/dev.in
types-requests==2.33.0.20260518
# via -r requirements/dev.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# jira
# mypy
tzdata==2026.2
# 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
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.5.0
# via pip-tools
click==8.4.1
click==8.4.2
# via pip-tools
packaging==26.2
# 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
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# 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.0
# 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.64.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
# 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