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 @@ -47,7 +47,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
cryptography==46.0.6
cryptography==46.0.7
# via
# -r requirements/base.in
# oauthlib
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ boltons==25.0.0
# via
# face
# glom
build==1.4.2
build==1.4.3
# via pip-tools
cachetools==7.0.5
# via -r requirements/base.in
Expand Down Expand Up @@ -72,7 +72,7 @@ code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.13.5
# via pytest-cov
cryptography==46.0.6
cryptography==46.0.7
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -127,7 +127,7 @@ jira==3.10.5
# via -r requirements/base.in
kombu[redis]==5.6.2
# via celery
librt==0.8.1
librt==0.9.0
# via mypy
logging-tree==1.10
# via -r requirements/base.in
Expand Down Expand Up @@ -166,7 +166,7 @@ pathspec==1.0.4
# via mypy
pip-tools==7.5.3
# via -r requirements/dev.in
platformdirs==4.9.4
platformdirs==4.9.6
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -305,11 +305,11 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
types-cachetools==6.2.0.20260317
types-cachetools==6.2.0.20260408
# via -r requirements/dev.in
types-pyyaml==6.0.12.20250915
types-pyyaml==6.0.12.20260408
# via -r requirements/dev.in
types-requests==2.33.0.20260402
types-requests==2.33.0.20260408
# via -r requirements/dev.in
typing-extensions==4.15.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.2
build==1.4.3
# via pip-tools
click==8.3.2
# via pip-tools
Expand Down
4 changes: 2 additions & 2 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.13.5
# via pytest-cov
cryptography==46.0.6
cryptography==46.0.7
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -136,7 +136,7 @@ pyjwt[crypto]==2.12.1
# via
# github3-py
# oauthlib
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down
Loading