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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==25.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.40.40
boto3==1.40.42
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.40
botocore==1.40.42
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -84,7 +84,7 @@ distlib==0.4.0
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.24
django==4.2.25
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -118,7 +118,7 @@ iniconfig==2.1.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.1
isort==6.1.0
# via
# -r requirements/test.txt
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ appdirs==1.4.4
# fs
asgiref==3.9.2
# via django
boto3==1.40.40
boto3==1.40.42
# via fs-s3fs
botocore==1.40.40
botocore==1.40.42
# via
# boto3
# s3transfer
django==4.2.24
django==4.2.25
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.14.0
beautifulsoup4==4.14.2
# via pydata-sphinx-theme
boto3==1.40.40
boto3==1.40.42
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.40
botocore==1.40.42
# via
# -r requirements/django.txt
# boto3
Expand All @@ -35,7 +35,7 @@ certifi==2025.8.3
# via requests
charset-normalizer==3.4.3
# via requests
django==4.2.24
django==4.2.25
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.11
# pylint-celery
attrs==25.3.0
# via hypothesis
boto3==1.40.40
boto3==1.40.42
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.40
botocore==1.40.42
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -86,7 +86,7 @@ hypothesis==6.140.2
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
isort==6.0.1
isort==6.1.0
# via pylint
jinja2==3.1.6
# via
Expand Down