Skip to content
Closed
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
cryptography==45.0.6
cryptography==45.0.7
# via
# -r requirements/base.in
# oauthlib
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.35.1
sentry-sdk[flask]==2.37.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.10.6
# via pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -209,9 +209,9 @@ pytest==8.2.0
# pytest-cov
# pytest-mock
# pytest-repeat
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.in
pytest-mock==3.14.1
pytest-mock==3.15.0
# via -r requirements/test.in
pytest-repeat==0.9.4
# via -r requirements/test.in
Expand Down Expand Up @@ -264,7 +264,7 @@ schema==0.7.7
# via repo-tools-data-schema
scriv==1.7.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.35.1
sentry-sdk[flask]==2.37.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ click-repl==0.3.0
# via celery
coverage[toml]==7.10.6
# via pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -136,15 +136,15 @@ pyjwt[crypto]==2.10.1
# via
# github3-py
# oauthlib
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/test.in
# pytest-cov
# pytest-mock
# pytest-repeat
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.in
pytest-mock==3.14.1
pytest-mock==3.15.0
# via -r requirements/test.in
pytest-repeat==0.9.4
# via -r requirements/test.in
Expand Down Expand Up @@ -189,7 +189,7 @@ roman-numerals-py==3.1.0
# via sphinx
schema==0.7.7
# via repo-tools-data-schema
sentry-sdk[flask]==2.35.1
sentry-sdk[flask]==2.37.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down