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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
boto3==1.41.2
boto3==1.41.5
# via smart-open
botocore==1.41.2
botocore==1.41.5
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 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.41.2
boto3==1.41.5
# via
# -r requirements/quality.txt
# smart-open
botocore==1.41.2
botocore==1.41.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.14.2
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/test.txt
# smart-open
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -50,7 +50,7 @@ coverage[toml]==7.12.0
# pytest-cov
cryptography==46.0.3
# via secretstorage
docutils==0.21.2
docutils==0.22.3
# via
# pydata-sphinx-theme
# readme-renderer
Expand Down Expand Up @@ -180,7 +180,7 @@ rfc3986==2.0.0
# via twine
rich==14.2.0
# via twine
roman-numerals-py==3.1.0
roman-numerals==3.1.0
# via sphinx
s3transfer==0.15.0
# via
Expand All @@ -198,7 +198,7 @@ snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8
# via beautifulsoup4
sphinx==8.2.3
sphinx==9.0.0
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ astroid==3.3.11
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/test.txt
# smart-open
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/test.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/base.txt
# smart-open
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/base.txt
# boto3
Expand Down