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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
coverage==7.9.2
# via -r requirements/ci.in
distlib==0.3.9
distlib==0.4.0
# via virtualenv
filelock==3.18.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.9.1
# via
# -r requirements/test.txt
# django
astroid==3.3.10
astroid==3.3.11
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,11 +21,11 @@ attrs==25.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.39.4
boto3==1.39.9
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.39.4
botocore==1.39.9
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -73,13 +73,13 @@ coverage[toml]==7.9.2
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.5.0
diff-cover==9.6.0
# via -r requirements/test.txt
dill==0.4.0
# via
# -r requirements/test.txt
# pylint
distlib==0.3.9
distlib==0.4.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.135.29
hypothesis==6.136.0
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -247,7 +247,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
s3transfer==0.13.0
s3transfer==0.13.1
# via
# -r requirements/test.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.9.1
# via django
boto3==1.39.4
boto3==1.39.9
# via fs-s3fs
botocore==1.39.4
botocore==1.39.9
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,7 +66,7 @@ pytz==2025.2
# via -r requirements/base.txt
pyyaml==6.0.2
# via -r requirements/base.txt
s3transfer==0.13.0
s3transfer==0.13.1
# via boto3
simplejson==3.20.1
# via -r requirements/base.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.4
# via pydata-sphinx-theme
boto3==1.39.4
boto3==1.39.9
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.39.4
botocore==1.39.9
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2025.7.9
certifi==2025.7.14
# via requests
charset-normalizer==3.4.2
# via requests
Expand Down Expand Up @@ -116,7 +116,7 @@ requests==2.32.4
# via sphinx
roman-numerals-py==3.1.0
# via sphinx
s3transfer==0.13.0
s3transfer==0.13.1
# via
# -r requirements/django.txt
# boto3
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ asgiref==3.9.1
# via
# -r requirements/django.txt
# django
astroid==3.3.10
astroid==3.3.11
# via
# -r requirements/test.in
# pylint
# pylint-celery
attrs==25.3.0
# via hypothesis
boto3==1.39.4
boto3==1.39.9
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.39.4
botocore==1.39.9
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -51,11 +51,11 @@ coverage[toml]==7.9.2
# pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.5.0
diff-cover==9.6.0
# via -r requirements/test.in
dill==0.4.0
# via pylint
distlib==0.3.9
distlib==0.4.0
# via virtualenv
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.135.29
hypothesis==6.136.0
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down Expand Up @@ -184,7 +184,7 @@ pyyaml==6.0.2
# via
# -r requirements/django.txt
# code-annotations
s3transfer==0.13.0
s3transfer==0.13.1
# via
# -r requirements/django.txt
# boto3
Expand Down