Skip to content
Closed
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.38.37
boto3==1.38.41
# via fs-s3fs
botocore==1.38.37
botocore==1.38.41
# via
# boto3
# s3transfer
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.txt
boto3==1.38.37
boto3==1.38.41
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.38.37
botocore==1.38.41
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -295,11 +295,11 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.13.0
pycodestyle==2.14.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.1
pygments==2.19.2
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -340,7 +340,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.0
pytest==8.4.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.38.37
boto3==1.38.41
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.38.37
botocore==1.38.41
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -193,11 +193,11 @@ polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pycodestyle==2.13.0
pycodestyle==2.14.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.19.1
pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
Expand All @@ -224,7 +224,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==8.4.0
pytest==8.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.8.1
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.38.37
boto3==1.38.41
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.38.37
botocore==1.38.41
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -135,7 +135,7 @@ pluggy==1.6.0
# pytest-cov
polib==1.2.0
# via edx-i18n-tools
pygments==2.19.1
pygments==2.19.2
# via
# pytest
# rich
Expand All @@ -145,7 +145,7 @@ pymongo==4.13.2
# edx-opaque-keys
pypng==0.20220715.0
# via xblock-sdk
pytest==8.4.0
pytest==8.4.1
# via
# pytest-cov
# pytest-django
Expand Down
8 changes: 4 additions & 4 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.in
boto3==1.38.37
boto3==1.38.41
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.38.37
botocore==1.38.41
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -185,7 +185,7 @@ polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pygments==2.19.1
pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
Expand All @@ -199,7 +199,7 @@ pypng==0.20220715.0
# -r requirements/test.txt
# -r requirements/workbench.in
# xblock-sdk
pytest==8.4.0
pytest==8.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down