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.35.44
boto3==1.35.49
# via smart-open
botocore==1.35.44
botocore==1.35.49
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.23.0
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.0
# via tox
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.35.44
boto3==1.35.49
# via
# -r requirements/quality.txt
# smart-open
botocore==1.35.44
botocore==1.35.49
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -143,7 +143,7 @@ jmespath==1.0.1
# -r requirements/quality.txt
# boto3
# botocore
keyring==25.4.1
keyring==25.5.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -291,7 +291,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.9.2
rich==13.9.3
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -326,7 +326,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.23.0
tox==4.23.2
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
Expand Down
11 changes: 5 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.44
boto3==1.35.49
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.44
botocore==1.35.49
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -84,7 +84,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==25.4.1
keyring==25.5.0
# via twine
lz4==4.3.3
# via
Expand All @@ -106,7 +106,6 @@ packaging==24.1
# via
# -r requirements/test.txt
# build
# pydata-sphinx-theme
# pytest
# sphinx
pkginfo==1.10.0
Expand All @@ -117,7 +116,7 @@ pluggy==1.5.0
# pytest
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -156,7 +155,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.2
rich==13.9.3
# via twine
s3transfer==0.10.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.2.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ astroid==3.3.5
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.44
boto3==1.35.49
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.44
botocore==1.35.49
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -87,7 +87,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==25.4.1
keyring==25.5.0
# via twine
lz4==4.3.3
# via
Expand Down Expand Up @@ -176,7 +176,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.2
rich==13.9.3
# via twine
s3transfer==0.10.3
# via
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.35.44
boto3==1.35.49
# via
# -r requirements/base.txt
# smart-open
botocore==1.35.44
botocore==1.35.49
# via
# -r requirements/base.txt
# boto3
Expand Down