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
20 changes: 10 additions & 10 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyio==4.9.0
# -r requirements/dev.txt
# -r requirements/production.txt
# httpx
asgiref==3.8.1
asgiref==3.9.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -37,11 +37,11 @@ bleach==6.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.39.1
boto3==1.39.3
# via
# -r requirements/production.txt
# django-ses
botocore==1.39.1
botocore==1.39.3
# via
# -r requirements/production.txt
# boto3
Expand All @@ -57,7 +57,7 @@ cachetools==5.5.2
# -r requirements/production.txt
# google-auth
# tox
certifi==2025.6.15
certifi==2025.7.9
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -113,7 +113,7 @@ coreschema==0.0.4
# -r requirements/dev.txt
# -r requirements/production.txt
# coreapi
coverage==7.9.1
coverage==7.9.2
# via -r requirements/dev.txt
cryptography==45.0.5
# via
Expand Down Expand Up @@ -390,7 +390,7 @@ google-api-core[grpc]==2.25.1
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.174.0
google-api-python-client==2.176.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -421,7 +421,7 @@ google-cloud-firestore==2.21.0
# -r requirements/dev.txt
# -r requirements/production.txt
# firebase-admin
google-cloud-storage==3.1.1
google-cloud-storage==3.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -882,7 +882,7 @@ stevedore==5.4.1
# edx-ace
# edx-django-utils
# edx-opaque-keys
testfixtures==8.3.0
testfixtures==9.1.0
# via -r requirements/dev.txt
text-unidecode==1.3
# via
Expand All @@ -899,7 +899,7 @@ types-pyyaml==6.0.12.20250516
# via
# -r requirements/dev.txt
# django-stubs
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -931,7 +931,7 @@ virtualenv==20.31.2
# via
# -r requirements/dev.txt
# tox
walrus==0.9.4
walrus==0.9.5
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
anyio==4.9.0
# via httpx
asgiref==3.8.1
asgiref==3.9.1
# via
# django
# django-cors-headers
Expand All @@ -22,7 +22,7 @@ cachecontrol==0.14.3
# via firebase-admin
cachetools==5.5.2
# via google-auth
certifi==2025.6.15
certifi==2025.7.9
# via
# httpcore
# httpx
Expand Down Expand Up @@ -198,7 +198,7 @@ google-api-core[grpc]==2.25.1
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.174.0
google-api-python-client==2.176.0
# via firebase-admin
google-auth==2.40.3
# via
Expand All @@ -216,7 +216,7 @@ google-cloud-core==2.4.3
# google-cloud-storage
google-cloud-firestore==2.21.0
# via firebase-admin
google-cloud-storage==3.1.1
google-cloud-storage==3.2.0
# via firebase-admin
google-crc32c==1.7.1
# via
Expand Down Expand Up @@ -419,7 +419,7 @@ stevedore==5.4.1
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# anyio
# edx-opaque-keys
Expand All @@ -432,7 +432,7 @@ urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
walrus==0.9.4
walrus==0.9.5
# via edx-event-bus-redis
webencodings==0.5.1
# via bleach
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyio==4.9.0
# via
# -r requirements/test.txt
# httpx
asgiref==3.8.1
asgiref==3.9.1
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -40,7 +40,7 @@ cachetools==5.5.2
# -r requirements/test.txt
# google-auth
# tox
certifi==2025.6.15
certifi==2025.7.9
# via
# -r requirements/test.txt
# httpcore
Expand Down Expand Up @@ -89,7 +89,7 @@ coreschema==0.0.4
# via
# -r requirements/test.txt
# coreapi
coverage==7.9.1
coverage==7.9.2
# via -r requirements/test.txt
cryptography==45.0.5
# via
Expand Down Expand Up @@ -296,7 +296,7 @@ google-api-core[grpc]==2.25.1
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.174.0
google-api-python-client==2.176.0
# via
# -r requirements/test.txt
# firebase-admin
Expand All @@ -322,7 +322,7 @@ google-cloud-firestore==2.21.0
# via
# -r requirements/test.txt
# firebase-admin
google-cloud-storage==3.1.1
google-cloud-storage==3.2.0
# via
# -r requirements/test.txt
# firebase-admin
Expand Down Expand Up @@ -691,7 +691,7 @@ stevedore==5.4.1
# edx-ace
# edx-django-utils
# edx-opaque-keys
testfixtures==8.3.0
testfixtures==9.1.0
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand All @@ -705,7 +705,7 @@ tox==4.27.0
# via -r requirements/test.txt
types-pyyaml==6.0.12.20250516
# via django-stubs
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# -r requirements/test.txt
# anyio
Expand Down Expand Up @@ -733,7 +733,7 @@ virtualenv==20.31.2
# via
# -r requirements/test.txt
# tox
walrus==0.9.4
walrus==0.9.5
# via
# -r requirements/test.txt
# edx-event-bus-redis
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.4
# via pydata-sphinx-theme
certifi==2025.6.15
certifi==2025.7.9
# via requests
charset-normalizer==3.4.2
# via requests
Expand Down Expand Up @@ -71,7 +71,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# beautifulsoup4
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c /home/runner/work/credentials-themes/credentials-themes/requirements/common_constraints.txt
# -c /home/runner/work/credentials/credentials/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyio==4.9.0
# via
# -r requirements/base.txt
# httpx
asgiref==3.8.1
asgiref==3.9.1
# via
# -r requirements/base.txt
# django
Expand All @@ -24,9 +24,9 @@ backoff==2.2.1
# segment-analytics-python
bleach==6.2.0
# via -r requirements/base.txt
boto3==1.39.1
boto3==1.39.3
# via django-ses
botocore==1.39.1
botocore==1.39.3
# via
# boto3
# s3transfer
Expand All @@ -38,7 +38,7 @@ cachetools==5.5.2
# via
# -r requirements/base.txt
# google-auth
certifi==2025.6.15
certifi==2025.7.9
# via
# -r requirements/base.txt
# httpcore
Expand Down Expand Up @@ -248,7 +248,7 @@ google-api-core[grpc]==2.25.1
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.174.0
google-api-python-client==2.176.0
# via
# -r requirements/base.txt
# firebase-admin
Expand All @@ -274,7 +274,7 @@ google-cloud-firestore==2.21.0
# via
# -r requirements/base.txt
# firebase-admin
google-cloud-storage==3.1.1
google-cloud-storage==3.2.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -580,7 +580,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# -r requirements/base.txt
# anyio
Expand All @@ -597,7 +597,7 @@ urllib3==2.2.3
# -r requirements/base.txt
# botocore
# requests
walrus==0.9.4
walrus==0.9.5
# via
# -r requirements/base.txt
# edx-event-bus-redis
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyio==4.9.0
# via
# -r requirements/base.txt
# httpx
asgiref==3.8.1
asgiref==3.9.1
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -39,7 +39,7 @@ cachetools==5.5.2
# -r requirements/base.txt
# google-auth
# tox
certifi==2025.6.15
certifi==2025.7.9
# via
# -r requirements/base.txt
# httpcore
Expand Down Expand Up @@ -83,7 +83,7 @@ coreschema==0.0.4
# via
# -r requirements/base.txt
# coreapi
coverage==7.9.1
coverage==7.9.2
# via -r requirements/test.in
cryptography==45.0.5
# via
Expand Down Expand Up @@ -272,7 +272,7 @@ google-api-core[grpc]==2.25.1
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.174.0
google-api-python-client==2.176.0
# via
# -r requirements/base.txt
# firebase-admin
Expand All @@ -298,7 +298,7 @@ google-cloud-firestore==2.21.0
# via
# -r requirements/base.txt
# firebase-admin
google-cloud-storage==3.1.1
google-cloud-storage==3.2.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -642,7 +642,7 @@ stevedore==5.4.1
# edx-ace
# edx-django-utils
# edx-opaque-keys
testfixtures==8.3.0
testfixtures==9.1.0
# via -r requirements/test.in
text-unidecode==1.3
# via
Expand All @@ -652,7 +652,7 @@ tomlkit==0.13.3
# via pylint
tox==4.27.0
# via -r requirements/test.in
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# -r requirements/base.txt
# anyio
Expand All @@ -673,7 +673,7 @@ urllib3==2.2.3
# responses
virtualenv==20.31.2
# via tox
walrus==0.9.4
walrus==0.9.5
# via
# -r requirements/base.txt
# edx-event-bus-redis
Expand Down
2 changes: 1 addition & 1 deletion requirements/translations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.8.1
asgiref==3.9.1
# via django
django==4.2.23
# via
Expand Down