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.34.23
boto3==1.34.29
# via smart-open
botocore==1.34.23
botocore==1.34.29
# via
# boto3
# s3transfer
Expand All @@ -18,7 +18,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r requirements/base.in
clickhouse-connect==0.6.23
clickhouse-connect==0.7.0
# via -r requirements/base.in
idna==3.6
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ astroid==3.0.2
# -r requirements/quality.txt
# pylint
# pylint-celery
boto3==1.34.23
boto3==1.34.29
# via
# -r requirements/quality.txt
# smart-open
botocore==1.34.23
botocore==1.34.29
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -56,7 +56,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
clickhouse-connect==0.6.23
clickhouse-connect==0.7.0
# via -r requirements/quality.txt
code-annotations==1.5.0
# via
Expand All @@ -66,18 +66,18 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -200,7 +200,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -249,7 +249,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -259,7 +259,7 @@ python-dateutil==2.8.2
# via
# -r requirements/quality.txt
# botocore
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.23
boto3==1.34.29
# via
# -r requirements/test.txt
# smart-open
botocore==1.34.23
botocore==1.34.29
# via
# -r requirements/test.txt
# boto3
Expand All @@ -38,14 +38,14 @@ charset-normalizer==3.3.2
# requests
click==8.1.7
# via -r requirements/test.txt
clickhouse-connect==0.6.23
clickhouse-connect==0.7.0
# via -r requirements/test.txt
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via secretstorage
docutils==0.19
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ packaging==23.2
# sphinx
pkginfo==1.9.6
# via twine
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -129,7 +129,7 @@ pygments==2.17.2
# sphinx
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ astroid==3.0.2
# via
# pylint
# pylint-celery
boto3==1.34.23
boto3==1.34.29
# via
# -r requirements/test.txt
# smart-open
botocore==1.34.23
botocore==1.34.29
# via
# -r requirements/test.txt
# boto3
Expand All @@ -36,18 +36,18 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
clickhouse-connect==0.6.23
clickhouse-connect==0.7.0
# via -r requirements/test.txt
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via secretstorage
dill==0.3.7
dill==0.3.8
# via pylint
docutils==0.20.1
# via readme-renderer
Expand Down Expand Up @@ -116,7 +116,7 @@ pkginfo==1.9.6
# via twine
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -144,7 +144,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -154,7 +154,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# botocore
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
# via
Expand Down
12 changes: 6 additions & 6 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.23
boto3==1.34.29
# via
# -r requirements/base.txt
# smart-open
botocore==1.34.23
botocore==1.34.29
# via
# -r requirements/base.txt
# boto3
Expand All @@ -24,9 +24,9 @@ charset-normalizer==3.3.2
# requests
click==8.1.7
# via -r requirements/base.txt
clickhouse-connect==0.6.23
clickhouse-connect==0.7.0
# via -r requirements/base.txt
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
Expand All @@ -49,9 +49,9 @@ lz4==4.3.3
# clickhouse-connect
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pytest==7.4.4
pytest==8.0.0
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand Down