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.34.93
boto3==1.34.98
# via smart-open
botocore==1.34.93
botocore==1.34.98
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.26.0
virtualenv==20.26.1
# via tox
19 changes: 9 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ backports-tarfile==1.1.1
# via
# -r requirements/quality.txt
# jaraco-context
boto3==1.34.93
boto3==1.34.98
# via
# -r requirements/quality.txt
# smart-open
botocore==1.34.93
botocore==1.34.98
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -70,11 +70,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.5
cryptography==42.0.6
# via
# -r requirements/quality.txt
# secretstorage
Expand All @@ -98,7 +98,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.13.4
filelock==3.14.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -144,7 +144,7 @@ jeepney==0.8.0
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -228,7 +228,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.2
pygments==2.18.0
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -258,7 +258,7 @@ pyproject-api==1.6.1
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -343,7 +343,6 @@ tomli==2.0.1
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
Expand All @@ -367,7 +366,7 @@ urllib3==1.26.18
# clickhouse-connect
# requests
# twine
virtualenv==20.26.0
virtualenv==20.26.1
# via
# -r requirements/ci.txt
# tox
Expand Down
17 changes: 8 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.14.0
babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.1.1
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.93
boto3==1.34.98
# via
# -r requirements/test.txt
# smart-open
botocore==1.34.93
botocore==1.34.98
# via
# -r requirements/test.txt
# boto3
Expand All @@ -42,11 +42,11 @@ click==8.1.7
# via -r requirements/test.txt
clickhouse-connect==0.7.8
# via -r requirements/test.txt
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.5
cryptography==42.0.6
# via secretstorage
docutils==0.19
# via
Expand Down Expand Up @@ -86,7 +86,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via sphinx
jmespath==1.0.1
# via
Expand Down Expand Up @@ -128,14 +128,14 @@ pycparser==2.22
# via cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
pygments==2.18.0
# via
# accessible-pygments
# pydata-sphinx-theme
# readme-renderer
# rich
# sphinx
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pytest==8.2.0
# via
Expand Down Expand Up @@ -208,7 +208,6 @@ tomli==2.0.1
# -r requirements/test.txt
# build
# coverage
# pyproject-hooks
# pytest
twine==5.0.0
# via -r requirements/doc.in
Expand Down
3 changes: 1 addition & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ astroid==3.1.0
# pylint-celery
backports-tarfile==1.1.1
# via jaraco-context
boto3==1.34.93
boto3==1.34.98
# via
# -r requirements/test.txt
# smart-open
botocore==1.34.93
botocore==1.34.98
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -42,11 +42,11 @@ clickhouse-connect==0.7.8
# via -r requirements/test.txt
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.5
cryptography==42.0.6
# via secretstorage
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -87,7 +87,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via code-annotations
jmespath==1.0.1
# via
Expand Down Expand Up @@ -134,7 +134,7 @@ pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
pygments==2.18.0
# via
# readme-renderer
# rich
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.34.93
boto3==1.34.98
# via
# -r requirements/base.txt
# smart-open
botocore==1.34.93
botocore==1.34.98
# via
# -r requirements/base.txt
# boto3
Expand All @@ -26,7 +26,7 @@ click==8.1.7
# via -r requirements/base.txt
clickhouse-connect==0.7.8
# via -r requirements/base.txt
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via pytest-cov
exceptiongroup==1.2.1
# via pytest
Expand Down