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.35.0
boto3==1.35.5
# via smart-open
botocore==1.35.0
botocore==1.35.5
# via
# boto3
# s3transfer
Expand All @@ -20,7 +20,7 @@ click==8.1.7
# via -r requirements/base.in
clickhouse-connect==0.6.23
# via -r requirements/base.in
idna==3.7
idna==3.8
# via requests
jmespath==1.0.1
# via
Expand Down
14 changes: 7 additions & 7 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.0
boto3==1.35.5
# via
# -r requirements/quality.txt
# smart-open
botocore==1.35.0
botocore==1.35.5
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -92,18 +92,18 @@ docutils==0.21.2
# via
# -r requirements/quality.txt
# readme-renderer
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/quality.txt
filelock==3.15.4
# via
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.7
idna==3.8
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# -r requirements/quality.txt
# keyring
Expand All @@ -120,7 +120,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/quality.txt
# keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -314,7 +314,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
10 changes: 5 additions & 5 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.0
boto3==1.35.5
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.0
botocore==1.35.5
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -53,13 +53,13 @@ docutils==0.21.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# keyring
# twine
Expand All @@ -69,7 +69,7 @@ iniconfig==2.0.0
# pytest
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
setuptools==73.0.1
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ astroid==3.2.4
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.0
boto3==1.35.5
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.0
botocore==1.35.5
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -52,13 +52,13 @@ dill==0.3.8
# via pylint
docutils==0.21.2
# via readme-renderer
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/quality.in
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# keyring
# twine
Expand All @@ -72,7 +72,7 @@ isort==5.13.2
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
Expand Down Expand Up @@ -193,7 +193,7 @@ smart-open[s3]==7.0.4
# via -r requirements/test.txt
snowballstemmer==2.2.0
# via pydocstyle
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
6 changes: 3 additions & 3 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.0
boto3==1.35.5
# via
# -r requirements/base.txt
# smart-open
botocore==1.35.0
botocore==1.35.5
# via
# -r requirements/base.txt
# boto3
Expand All @@ -28,7 +28,7 @@ clickhouse-connect==0.6.23
# via -r requirements/base.txt
coverage[toml]==7.6.1
# via pytest-cov
idna==3.7
idna==3.8
# via
# -r requirements/base.txt
# requests
Expand Down