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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==5.5.2
cachetools==6.0.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.8.0
coverage==7.8.2
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand Down
16 changes: 8 additions & 8 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.38.18
boto3==1.38.23
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.38.18
botocore==1.38.23
# via
# -r requirements/test.txt
# boto3
Expand All @@ -34,7 +34,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.2
cachetools==6.0.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -45,7 +45,7 @@ chardet==5.2.0
# -r requirements/test.txt
# diff-cover
# tox
click==8.2.0
click==8.2.1
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -66,14 +66,14 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.2.4
diff-cover==9.3.0
# via -r requirements/test.txt
dill==0.4.0
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.131.18
hypothesis==6.131.27
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -245,7 +245,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
s3transfer==0.12.0
s3transfer==0.13.0
# via
# -r requirements/test.txt
# boto3
Expand Down
6 changes: 3 additions & 3 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.8.1
# via django
boto3==1.38.18
boto3==1.38.23
# via fs-s3fs
botocore==1.38.18
botocore==1.38.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,7 +66,7 @@ pytz==2025.2
# via -r requirements/base.txt
pyyaml==6.0.2
# via -r requirements/base.txt
s3transfer==0.12.0
s3transfer==0.13.0
# via boto3
simplejson==3.20.1
# via -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 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.38.18
boto3==1.38.23
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.38.18
botocore==1.38.23
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -116,7 +116,7 @@ requests==2.32.3
# via sphinx
roman-numerals-py==3.1.0
# via sphinx
s3transfer==0.12.0
s3transfer==0.13.0
# 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 @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.2.0
click==8.2.1
# via pip-tools
packaging==25.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.7.1
setuptools==80.8.0
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ astroid==3.3.10
# pylint-celery
attrs==25.3.0
# via hypothesis
boto3==1.38.18
boto3==1.38.23
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.38.18
botocore==1.38.23
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==5.5.2
cachetools==6.0.0
# via tox
chardet==5.2.0
# via
# diff-cover
# tox
click==8.2.0
click==8.2.1
# via
# click-log
# code-annotations
Expand All @@ -45,13 +45,13 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/test.in
# pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.4
diff-cover==9.3.0
# via -r requirements/test.in
dill==0.4.0
# via pylint
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.131.18
hypothesis==6.131.27
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down Expand Up @@ -181,7 +181,7 @@ pyyaml==6.0.2
# via
# -r requirements/django.txt
# code-annotations
s3transfer==0.12.0
s3transfer==0.13.0
# via
# -r requirements/django.txt
# boto3
Expand Down