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
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ upgrade: ## update the requirements/*.txt files with the latest packages satisfy
# Make sure to compile files after any other files they include!
$(PIP_COMPILE) --allow-unsafe --rebuild -o requirements/pip.txt requirements/pip.in
$(PIP_COMPILE) -o requirements/pip-tools.txt requirements/pip-tools.in
pip install -qr requirements/pip.txt
pip install -r requirements/pip-tools.txt
$(PIP_COMPILE) -o requirements/base.txt requirements/base.in
$(PIP_COMPILE) -o requirements/test.txt requirements/test.in
Expand Down
8 changes: 4 additions & 4 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.97
boto3==1.36.2
# via smart-open
botocore==1.35.97
botocore==1.36.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -36,7 +36,7 @@ pyyaml==6.0.2
# via -r requirements/base.in
requests==2.32.3
# via -r requirements/base.in
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
six==1.17.0
# via python-dateutil
Expand All @@ -48,7 +48,7 @@ urllib3==2.2.3
# botocore
# clickhouse-connect
# requests
wrapt==1.17.1
wrapt==1.17.2
# via smart-open
zstandard==0.23.0
# via clickhouse-connect
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
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.97
boto3==1.36.2
# via
# -r requirements/quality.txt
# smart-open
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -58,7 +58,7 @@ click-log==0.4.0
# edx-lint
clickhouse-connect==0.6.23
# via -r requirements/quality.txt
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -153,7 +153,7 @@ mdurl==0.1.2
# via
# -r requirements/quality.txt
# markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# -r requirements/quality.txt
# jaraco-classes
Expand Down Expand Up @@ -278,7 +278,7 @@ rich==13.9.4
# via
# -r requirements/quality.txt
# twine
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -317,15 +317,15 @@ urllib3==2.2.3
# clickhouse-connect
# requests
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/ci.txt
# tox
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.17.1
wrapt==1.17.2
# via
# -r requirements/quality.txt
# smart-open
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.97
boto3==1.36.2
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -86,7 +86,7 @@ markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -146,7 +146,7 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -191,7 +191,7 @@ urllib3==2.2.3
# clickhouse-connect
# requests
# twine
wrapt==1.17.1
wrapt==1.17.2
# via
# -r requirements/test.txt
# smart-open
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.3.8
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.97
boto3==1.36.2
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/test.txt
# boto3
Expand All @@ -38,7 +38,7 @@ click-log==0.4.0
# via edx-lint
clickhouse-connect==0.6.23
# via -r requirements/test.txt
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
coverage[toml]==7.6.10
# via
Expand Down Expand Up @@ -91,7 +91,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -167,7 +167,7 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -196,7 +196,7 @@ urllib3==2.2.3
# clickhouse-connect
# requests
# twine
wrapt==1.17.1
wrapt==1.17.2
# via
# -r requirements/test.txt
# smart-open
Expand Down
8 changes: 4 additions & 4 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.97
boto3==1.36.2
# via
# -r requirements/base.txt
# smart-open
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -63,7 +63,7 @@ pyyaml==6.0.2
# via -r requirements/base.txt
requests==2.32.3
# via -r requirements/base.txt
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/base.txt
# boto3
Expand All @@ -80,7 +80,7 @@ urllib3==2.2.3
# botocore
# clickhouse-connect
# requests
wrapt==1.17.1
wrapt==1.17.2
# via
# -r requirements/base.txt
# smart-open
Expand Down
Loading