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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ asgiref==3.11.0
# via django
bleach[css]==6.3.0
# via -r requirements/base.in
boto3==1.41.5
boto3==1.42.4
# via fs-s3fs
botocore==1.41.5
botocore==1.42.4
# via
# boto3
# s3transfer
django==5.2.8
django==5.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -52,7 +52,7 @@ pytz==2025.2
# via xblock
pyyaml==6.0.3
# via xblock
s3transfer==0.15.0
s3transfer==0.16.0
# via boto3
simplejson==3.20.2
# via xblock
Expand All @@ -65,7 +65,7 @@ sqlparse==0.5.4
# via django
tinycss2==1.4.0
# via bleach
urllib3==2.5.0
urllib3==2.6.0
# via botocore
web-fragments==3.1.0
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# tox
# virtualenv
Expand Down
14 changes: 7 additions & 7 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.3.0
# via -r requirements/quality.txt
boto3==1.41.5
boto3==1.42.4
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.41.5
botocore==1.42.4
# 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==5.2.8
django==5.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -191,7 +191,7 @@ path==16.16.0
# edx-i18n-tools
pip-tools==7.5.2
# via -r requirements/pip-tools.txt
platformdirs==4.5.0
platformdirs==4.5.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -250,7 +250,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -290,7 +290,7 @@ rich==14.2.0
# via
# -r requirements/quality.txt
# cookiecutter
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -342,7 +342,7 @@ tzdata==2025.2
# via
# -r requirements/quality.txt
# arrow
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/quality.txt
# botocore
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 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.3.0
# via -r requirements/test.txt
boto3==1.41.5
boto3==1.42.4
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.41.5
botocore==1.42.4
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -70,7 +70,7 @@ coverage[toml]==7.12.0
# pytest-cov
dill==0.4.0
# via pylint
django==5.2.8
django==5.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -163,7 +163,7 @@ path==16.16.0
# via
# -r requirements/test.txt
# edx-i18n-tools
platformdirs==4.5.0
platformdirs==4.5.1
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -201,7 +201,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -241,7 +241,7 @@ rich==14.2.0
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -281,7 +281,7 @@ tzdata==2025.2
# via
# -r requirements/test.txt
# arrow
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/test.txt
# botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ asgiref==3.11.0
binaryornot==0.4.4
# via cookiecutter
# via -r requirements/base.txt
boto3==1.41.5
boto3==1.42.4
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.41.5
botocore==1.42.4
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -123,7 +123,7 @@ pygments==2.19.2
# rich
pypng==0.20220715.0
# via xblock-sdk
pytest==9.0.1
pytest==9.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -158,7 +158,7 @@ requests==2.32.5
# xblock-sdk
rich==14.2.0
# via cookiecutter
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -187,7 +187,7 @@ tinycss2==1.4.0
# bleach
tzdata==2025.2
# via arrow
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/base.txt
# botocore
Expand Down