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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.44.0
sentry-sdk[flask]==2.45.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via pytest-cov
cryptography==46.0.3
# via
Expand Down Expand Up @@ -264,7 +264,7 @@ schema==0.7.8
# via repo-tools-data-schema
scriv==1.7.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.44.0
sentry-sdk[flask]==2.45.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -297,7 +297,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.5.0
stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via pytest-cov
cryptography==46.0.3
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ roman-numerals-py==3.1.0
# via sphinx
schema==0.7.8
# via repo-tools-data-schema
sentry-sdk[flask]==2.44.0
sentry-sdk[flask]==2.45.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down