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,16 +21,16 @@ attrs==25.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.40.0
boto3==1.40.1
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.0
botocore==1.40.1
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.2.2.post1
build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.136.6
hypothesis==6.136.7
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down
4 changes: 2 additions & 2 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.9.1
# via django
boto3==1.40.0
boto3==1.40.1
# via fs-s3fs
botocore==1.40.0
botocore==1.40.1
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.4
# via pydata-sphinx-theme
boto3==1.40.0
boto3==1.40.1
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.0
botocore==1.40.1
# via
# -r requirements/django.txt
# boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2.post1
build==1.3.0
# via pip-tools
click==8.2.1
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
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.0
boto3==1.40.1
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.0
botocore==1.40.1
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.136.6
hypothesis==6.136.7
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down