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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ boltons==25.0.0
# via
# face
# glom
cachetools==7.0.4
cachetools==7.0.5
# via -r requirements/base.in
celery[redis]==5.6.2
# via -r requirements/base.in
Expand All @@ -31,7 +31,7 @@ certifi==2026.2.25
# sentry-sdk
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ prompt-toolkit==3.0.52
# via click-repl
pycparser==3.0
# via cffi
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# github3-py
# oauthlib
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ boltons==25.0.0
# glom
build==1.4.0
# via pip-tools
cachetools==7.0.4
cachetools==7.0.5
# via -r requirements/base.in
celery[redis]==5.6.2
# via -r requirements/base.in
Expand All @@ -43,7 +43,7 @@ certifi==2026.2.25
# sentry-sdk
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand Down Expand Up @@ -86,7 +86,7 @@ docutils==0.22.4
# readme-renderer
# sphinx
# sphinx-rtd-theme
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/dev.in
face==26.0.0
# via glom
Expand Down Expand Up @@ -180,7 +180,7 @@ pygments==2.19.2
# via
# readme-renderer
# sphinx
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# github3-py
# oauthlib
Expand Down Expand Up @@ -345,5 +345,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via pip-tools
setuptools==82.0.0
setuptools==82.0.1
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.18.0
# via sphinx
certifi==2026.2.25
# via requests
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
docutils==0.22.4
# 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 @@ -24,5 +24,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via pip-tools
setuptools==82.0.0
setuptools==82.0.1
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ boltons==25.0.0
# via
# face
# glom
cachetools==7.0.4
cachetools==7.0.5
# via -r requirements/base.in
celery[redis]==5.6.2
# via -r requirements/base.in
Expand All @@ -35,7 +35,7 @@ certifi==2026.2.25
# sentry-sdk
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand Down Expand Up @@ -132,7 +132,7 @@ pygments==2.19.2
# pytest
# readme-renderer
# sphinx
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# github3-py
# oauthlib
Expand Down
Loading