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 @@ -17,15 +17,15 @@ blinker==1.9.0
# -r requirements/base.in
# flask
# sentry-sdk
boltons==25.0.0
boltons==26.0.0
# via
# face
# glom
cachetools==7.1.4
# via -r requirements/base.in
celery[redis]==5.6.3
# via -r requirements/base.in
certifi==2026.5.20
certifi==2026.6.17
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -54,7 +54,7 @@ cryptography==49.0.0
# pyjwt
defusedxml==0.7.1
# via jira
face==26.0.0
face==26.0.1
# via glom
flask==3.1.3
# via
Expand Down Expand Up @@ -128,7 +128,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.62.0
sentry-sdk[flask]==2.63.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand All @@ -138,7 +138,7 @@ tzdata==2026.2
# via
# arrow
# kombu
tzlocal==5.3.1
tzlocal==5.4.3
# via celery
uritemplate==4.2.0
# via github3-py
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ blinker==1.9.0
# -r requirements/base.in
# flask
# sentry-sdk
boltons==25.0.0
boltons==26.0.0
# via
# face
# glom
Expand All @@ -39,7 +39,7 @@ cachetools==7.1.4
# via -r requirements/base.in
celery[redis]==5.6.3
# via -r requirements/base.in
certifi==2026.5.20
certifi==2026.6.17
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -72,7 +72,7 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.14.1
coverage[toml]==7.14.2
# via pytest-cov
cryptography==49.0.0
# via
Expand All @@ -90,7 +90,7 @@ docutils==0.22.4
# sphinx-rtd-theme
edx-lint==6.1.0
# via -r requirements/dev.in
face==26.0.0
face==26.0.1
# via glom
flask==3.1.3
# 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.62.0
sentry-sdk[flask]==2.63.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -323,7 +323,7 @@ tzdata==2026.2
# via
# arrow
# kombu
tzlocal==5.3.1
tzlocal==5.4.3
# via celery
uritemplate==4.2.0
# via github3-py
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==1.0.0
# via sphinx
babel==2.18.0
# via sphinx
certifi==2026.5.20
certifi==2026.6.17
# via requests
charset-normalizer==3.4.7
# via requests
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ blinker==1.9.0
# -r requirements/base.in
# flask
# sentry-sdk
boltons==25.0.0
boltons==26.0.0
# via
# face
# glom
cachetools==7.1.4
# via -r requirements/base.in
celery[redis]==5.6.3
# via -r requirements/base.in
certifi==2026.5.20
certifi==2026.6.17
# via
# requests
# sentry-sdk
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.1
coverage[toml]==7.14.2
# via pytest-cov
cryptography==49.0.0
# via
Expand All @@ -65,7 +65,7 @@ docutils==0.22.4
# readme-renderer
# sphinx
# sphinx-rtd-theme
face==26.0.0
face==26.0.1
# via glom
flask==3.1.3
# via
Expand Down Expand Up @@ -136,7 +136,7 @@ pyjwt[crypto]==2.13.0
# via
# github3-py
# oauthlib
pytest==9.1.0
pytest==9.1.1
# via
# -r requirements/test.in
# pytest-cov
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.62.0
sentry-sdk[flask]==2.63.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down Expand Up @@ -225,7 +225,7 @@ tzdata==2026.2
# via
# arrow
# kombu
tzlocal==5.3.1
tzlocal==5.4.3
# via celery
uritemplate==4.2.0
# via github3-py
Expand Down