Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #88

Merged
merged 1 commit into from
Feb 19, 2024
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.39
boto3==1.34.44
# via smart-open
botocore==1.34.39
botocore==1.34.44
# 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 @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
18 changes: 8 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ astroid==3.0.3
# -r requirements/quality.txt
# pylint
# pylint-celery
boto3==1.34.39
boto3==1.34.44
# via
# -r requirements/quality.txt
# smart-open
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -69,9 +69,8 @@ colorama==0.4.6
coverage[toml]==7.4.1
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -187,7 +186,7 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
Expand Down Expand Up @@ -249,7 +248,8 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==8.0.0
# pip-tools
pytest==8.0.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -306,9 +306,7 @@ six==1.16.0
# edx-lint
# python-dateutil
smart-open[s3]==6.4.0
# via
# -r requirements/quality.txt
# smart-open
# via -r requirements/quality.txt
snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -338,7 +336,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.txt
twine==5.0.0
# via -r requirements/quality.txt
Expand Down
13 changes: 5 additions & 8 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.39
boto3==1.34.44
# via
# -r requirements/test.txt
# smart-open
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/test.txt
# boto3
Expand All @@ -43,9 +43,8 @@ clickhouse-connect==0.7.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via secretstorage
docutils==0.19
# via
Expand Down Expand Up @@ -129,7 +128,7 @@ pygments==2.17.2
# sphinx
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -171,9 +170,7 @@ six==1.16.0
# -r requirements/test.txt
# python-dateutil
smart-open[s3]==6.4.0
# via
# -r requirements/test.txt
# smart-open
# via -r requirements/test.txt
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
13 changes: 5 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ astroid==3.0.3
# via
# pylint
# pylint-celery
boto3==1.34.39
boto3==1.34.44
# via
# -r requirements/test.txt
# smart-open
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -43,9 +43,8 @@ code-annotations==1.6.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via secretstorage
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -144,7 +143,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -189,9 +188,7 @@ six==1.16.0
# edx-lint
# python-dateutil
smart-open[s3]==6.4.0
# via
# -r requirements/test.txt
# smart-open
# via -r requirements/test.txt
snowballstemmer==2.2.0
# via pydocstyle
stevedore==5.1.0
Expand Down
14 changes: 5 additions & 9 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.39
boto3==1.34.44
# via
# -r requirements/base.txt
# smart-open
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/base.txt
# boto3
Expand All @@ -27,9 +27,7 @@ click==8.1.7
clickhouse-connect==0.7.0
# via -r requirements/base.txt
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
exceptiongroup==1.2.0
# via pytest
idna==3.6
Expand All @@ -51,7 +49,7 @@ packaging==23.2
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.0.0
pytest==8.0.1
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand All @@ -76,9 +74,7 @@ six==1.16.0
# -r requirements/base.txt
# python-dateutil
smart-open[s3]==6.4.0
# via
# -r requirements/base.txt
# smart-open
# via -r requirements/base.txt
tomli==2.0.1
# via
# coverage
Expand Down
Loading