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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.11.0
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.42.4
boto3==1.42.10
# via -r requirements/base.in
botocore==1.42.4
botocore==1.42.10
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -214,7 +214,7 @@ typing-extensions==4.15.0
# via
# django-countries
# edx-opaque-keys
tzdata==2025.2
tzdata==2025.3
# via faker
uritemplate==4.2.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.11.0
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.42.4
boto3==1.42.10
# via -r requirements/base.in
botocore==1.42.4
botocore==1.42.10
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -216,7 +216,7 @@ typing-extensions==4.15.0
# via
# django-countries
# edx-opaque-keys
tzdata==2025.2
tzdata==2025.3
# via faker
uritemplate==4.2.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.42.4
boto3==1.42.10
# via -r requirements/base.in
botocore==1.42.4
botocore==1.42.10
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -222,7 +222,7 @@ requests==2.32.5
# edx-enterprise-data
# edx-rest-api-client
# sphinx
roman-numerals==3.1.0
roman-numerals==4.0.0
# via sphinx
rules==3.5
# via edx-enterprise-data
Expand Down Expand Up @@ -274,7 +274,7 @@ typing-extensions==4.15.0
# django-countries
# edx-opaque-keys
# pydata-sphinx-theme
tzdata==2025.2
tzdata==2025.3
# via faker
uritemplate==4.2.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.11.0
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.42.4
boto3==1.42.10
# via -r requirements/base.in
botocore==1.42.4
botocore==1.42.10
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -162,7 +162,7 @@ mysql-connector-python==9.5.0
# via edx-enterprise-data
mysqlclient==2.2.7
# via -r requirements/production.in
newrelic==11.1.0
newrelic==11.2.0
# via -r requirements/production.in
ordered-set==4.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -229,7 +229,7 @@ typing-extensions==4.15.0
# via
# django-countries
# edx-opaque-keys
tzdata==2025.2
tzdata==2025.3
# via faker
uritemplate==4.2.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ astroid==3.3.11
# via pylint
boto==2.49.0
# via -r requirements/base.in
boto3==1.42.4
boto3==1.42.10
# via -r requirements/base.in
botocore==1.42.4
botocore==1.42.10
# via
# boto3
# s3transfer
Expand All @@ -35,7 +35,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
coverage[toml]==7.12.0
coverage[toml]==7.13.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -45,7 +45,7 @@ cryptography==46.0.3
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.7.2
diff-cover==10.0.0
# via -r requirements/test.in
dill==0.4.0
# via pylint
Expand Down Expand Up @@ -280,7 +280,7 @@ typing-extensions==4.15.0
# via
# django-countries
# edx-opaque-keys
tzdata==2025.2
tzdata==2025.3
# via faker
uritemplate==4.2.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==6.2.2
cachetools==6.2.4
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.1
# via
# tox
# virtualenv
Expand Down
Loading