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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ asgiref==3.9.1
# via django
bleach[css]==6.2.0
# via -r requirements/base.in
boto3==1.40.21
boto3==1.40.25
# via fs-s3fs
botocore==1.40.21
botocore==1.40.25
# via
# boto3
# s3transfer
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.2.0
# via -r requirements/quality.txt
boto3==1.40.21
boto3==1.40.25
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.40.21
botocore==1.40.25
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -85,7 +85,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -250,12 +250,12 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/quality.txt
# pytest-cov
# pytest-django
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/quality.txt
pytest-django==4.11.1
# via -r requirements/quality.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.2.0
# via -r requirements/test.txt
boto3==1.40.21
boto3==1.40.25
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.21
botocore==1.40.25
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -70,7 +70,7 @@ coverage[toml]==7.10.6
# pytest-cov
dill==0.4.0
# via pylint
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -201,12 +201,12 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.txt
pytest-django==4.11.1
# via -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ asgiref==3.9.1
binaryornot==0.4.4
# via cookiecutter
# via -r requirements/base.txt
boto3==1.40.21
boto3==1.40.25
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.40.21
botocore==1.40.25
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -123,11 +123,11 @@ pygments==2.19.2
# rich
pypng==0.20220715.0
# via xblock-sdk
pytest==8.4.1
pytest==8.4.2
# via
# pytest-cov
# pytest-django
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.in
pytest-django==4.11.1
# via -r requirements/test.in
Expand Down