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 @@ -4,9 +4,9 @@
#
# make upgrade
#
boto3==1.37.33
boto3==1.37.37
# via smart-open
botocore==1.37.33
botocore==1.37.37
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -36,7 +36,7 @@ pyyaml==6.0.2
# via -r requirements/base.in
requests==2.32.3
# via -r requirements/base.in
s3transfer==0.11.4
s3transfer==0.11.5
# via boto3
six==1.17.0
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.18.0
# via
# tox
# virtualenv
packaging==24.2
packaging==25.0
# via
# pyproject-api
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
boto3==1.37.33
boto3==1.37.37
# via
# -r requirements/quality.txt
# smart-open
botocore==1.37.33
botocore==1.37.37
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -80,7 +80,7 @@ cryptography==44.0.2
# secretstorage
diff-cover==9.2.4
# via -r requirements/dev.in
dill==0.3.9
dill==0.4.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -179,7 +179,7 @@ nh3==0.2.21
# via
# -r requirements/quality.txt
# readme-renderer
packaging==24.2
packaging==25.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -296,7 +296,7 @@ rich==14.0.0
# via
# -r requirements/quality.txt
# twine
s3transfer==0.11.4
s3transfer==0.11.5
# via
# -r requirements/quality.txt
# boto3
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ babel==2.17.0
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.13.3
beautifulsoup4==4.13.4
# via pydata-sphinx-theme
boto3==1.37.33
boto3==1.37.37
# via
# -r requirements/test.txt
# smart-open
botocore==1.37.33
botocore==1.37.37
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -102,7 +102,7 @@ more-itertools==10.6.0
# jaraco-functools
nh3==0.2.21
# via readme-renderer
packaging==24.2
packaging==25.0
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -160,7 +160,7 @@ rich==14.0.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
s3transfer==0.11.4
s3transfer==0.11.5
# via
# -r requirements/test.txt
# boto3
Expand All @@ -174,7 +174,7 @@ smart-open[s3]==7.1.0
# via -r requirements/test.txt
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
soupsieve==2.7
# via beautifulsoup4
sphinx==8.2.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.2.post1
# via pip-tools
click==8.1.8
# via pip-tools
packaging==24.2
packaging==25.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
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==78.1.0
setuptools==79.0.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ astroid==3.3.9
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.37.33
boto3==1.37.37
# via
# -r requirements/test.txt
# smart-open
botocore==1.37.33
botocore==1.37.37
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -48,7 +48,7 @@ coverage[toml]==7.8.0
# pytest-cov
cryptography==44.0.2
# via secretstorage
dill==0.3.9
dill==0.4.0
# via pylint
docutils==0.21.2
# via readme-renderer
Expand Down Expand Up @@ -107,7 +107,7 @@ more-itertools==10.6.0
# jaraco-functools
nh3==0.2.21
# via readme-renderer
packaging==24.2
packaging==25.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -178,7 +178,7 @@ rfc3986==2.0.0
# via twine
rich==14.0.0
# via twine
s3transfer==0.11.4
s3transfer==0.11.5
# via
# -r requirements/test.txt
# boto3
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
boto3==1.37.33
boto3==1.37.37
# via
# -r requirements/base.txt
# smart-open
botocore==1.37.33
botocore==1.37.37
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -43,7 +43,7 @@ lz4==4.4.4
# via
# -r requirements/base.txt
# clickhouse-connect
packaging==24.2
packaging==25.0
# via pytest
pluggy==1.5.0
# via pytest
Expand All @@ -63,7 +63,7 @@ pyyaml==6.0.2
# via -r requirements/base.txt
requests==2.32.3
# via -r requirements/base.txt
s3transfer==0.11.4
s3transfer==0.11.5
# via
# -r requirements/base.txt
# boto3
Expand Down