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 @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.9
coverage==7.6.10
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,11 +21,11 @@ attrs==24.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.86
boto3==1.35.90
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -66,7 +66,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# 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.122.6
hypothesis==6.123.2
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -160,7 +160,7 @@ packaging==24.2
# pyproject-api
# pytest
# tox
path==17.0.0
path==17.1.0
# via -r requirements/test.txt
pbr==6.1.0
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ pygments==2.18.0
# via
# -r requirements/test.txt
# diff-cover
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -287,7 +287,7 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# edx-opaque-keys
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/test.txt
# botocore
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.8.1
# via django
boto3==1.35.86
boto3==1.35.90
# via fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -86,7 +86,7 @@ typing-extensions==4.12.2
# via
# -r requirements/base.txt
# edx-opaque-keys
urllib3==2.2.3
urllib3==2.3.0
# via botocore
web-fragments==2.2.0
# 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,18 +22,18 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.86
boto3==1.35.90
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
django==4.2.17
# via
Expand Down Expand Up @@ -160,7 +160,7 @@ typing-extensions==4.12.2
# -r requirements/django.txt
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/django.txt
# botocore
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ asgiref==3.8.1
# via
# -r requirements/django.txt
# django
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/test.in
# pylint
# pylint-celery
attrs==24.3.0
# via hypothesis
boto3==1.35.86
boto3==1.35.90
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# -r requirements/django.txt
# boto3
Expand All @@ -45,7 +45,7 @@ code-annotations==2.1.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.122.6
hypothesis==6.123.2
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -119,7 +119,7 @@ packaging==24.2
# pyproject-api
# pytest
# tox
path==17.0.0
path==17.1.0
# via -r requirements/test.in
pbr==6.1.0
# via
Expand All @@ -139,7 +139,7 @@ pycodestyle==2.12.1
# via -r requirements/test.in
pygments==2.18.0
# via diff-cover
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/test.in
# edx-lint
Expand Down Expand Up @@ -215,7 +215,7 @@ typing-extensions==4.12.2
# via
# -r requirements/django.txt
# edx-opaque-keys
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/django.txt
# botocore
Expand Down
Loading