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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python-discovery==1.2.1
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.51.0
tox==4.52.0
# via -r requirements/ci.in
virtualenv==21.2.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
boto3==1.42.78
boto3==1.42.83
# via
# -r requirements/test.txt
# django-ses
botocore==1.42.78
botocore==1.42.83
# via
# -r requirements/test.txt
# boto3
Expand All @@ -59,11 +59,11 @@ cffi==2.0.0
# pynacl
chardet==7.4.0.post2
# via diff-cover
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via
# -r requirements/test.txt
# requests
click==8.3.1
click==8.3.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -163,7 +163,7 @@ edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==6.0.0
# via -r requirements/dev.in
edx-opaque-keys[django]==3.1.0
edx-opaque-keys[django]==4.0.0
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand Down Expand Up @@ -393,14 +393,14 @@ tomli-w==1.2.0
# tox
tomlkit==0.14.0
# via pylint
tox==4.51.0
tox==4.52.0
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
# -r requirements/test.txt
# beautifulsoup4
# edx-opaque-keys
tzdata==2025.3
tzdata==2026.1
# via
# -r requirements/test.txt
# kombu
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
boto3==1.42.78
boto3==1.42.83
# via
# -r requirements/test.txt
# django-ses
botocore==1.42.78
botocore==1.42.83
# via
# -r requirements/test.txt
# boto3
Expand All @@ -58,11 +58,11 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via
# -r requirements/test.txt
# requests
click==8.3.1
click==8.3.2
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -148,7 +148,7 @@ edx-django-utils==8.0.1
# -r requirements/test.txt
# edx-rest-api-client
# openedx-events
edx-opaque-keys[django]==3.1.0
edx-opaque-keys[django]==4.0.0
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand Down Expand Up @@ -213,7 +213,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.2.0
# via -r requirements/test.txt
more-itertools==10.8.0
more-itertools==11.0.1
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -381,7 +381,7 @@ typing-extensions==4.15.0
# beautifulsoup4
# edx-opaque-keys
# pydata-sphinx-theme
tzdata==2025.3
tzdata==2026.1
# via
# -r requirements/test.txt
# kombu
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.4.2
# via pip-tools
click==8.3.1
click==8.3.2
# via pip-tools
packaging==26.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ beautifulsoup4==4.14.3
# via -r requirements/base.in
billiard==4.2.4
# via celery
boto3==1.42.78
boto3==1.42.83
# via django-ses
botocore==1.42.78
botocore==1.42.83
# via
# boto3
# s3transfer
Expand All @@ -30,9 +30,9 @@ certifi==2026.2.25
# via requests
cffi==2.0.0
# via pynacl
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -89,7 +89,7 @@ edx-django-utils==8.0.1
# -r requirements/base.in
# edx-rest-api-client
# openedx-events
edx-opaque-keys[django]==3.1.0
edx-opaque-keys[django]==4.0.0
# via
# -r requirements/base.in
# edx-ccx-keys
Expand Down Expand Up @@ -194,7 +194,7 @@ typing-extensions==4.15.0
# via
# beautifulsoup4
# edx-opaque-keys
tzdata==2025.3
tzdata==2026.1
# via kombu
tzlocal==5.3.1
# via celery
Expand Down
Loading