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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand All @@ -41,7 +41,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-toggles
cryptography==46.0.5
# via pyjwt
Expand Down Expand Up @@ -156,7 +156,7 @@ pycparser==3.0
# via cffi
pycryptodomex==3.23.0
# via -r requirements/base.in
pyjwt[crypto]==2.12.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/base.in
# drf-jwt
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
coverage==7.13.4
coverage==7.13.5
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click==8.3.1
# typer
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
colorama==0.4.6
# via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ click==8.3.1
# typer
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
dill==0.4.1
# via pylint
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
# via
# -c requirements/constraints.txt
Expand All @@ -35,11 +35,11 @@ charset-normalizer==3.4.5
click-plugins==1.1.1.2
# via celery
# via celery
code-annotations==2.3.2
code-annotations==3.0.0
# via
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via pytest-cov
cryptography==46.0.5
# via pyjwt
Expand Down Expand Up @@ -188,7 +188,7 @@ pycryptodomex==3.23.0
# via -r requirements/base.in
pygments==2.19.2
# via pytest
pyjwt[crypto]==2.12.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/base.in
# drf-jwt
Expand Down
Loading