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

chore: Upgrade Python requirements #145

Merged
merged 1 commit into from
Nov 25, 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
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.63
boto3==1.35.68
# via smart-open
botocore==1.35.63
botocore==1.35.68
# 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.3
s3transfer==0.10.4
# via boto3
six==1.16.0
# via python-dateutil
Expand All @@ -47,7 +47,7 @@ urllib3==2.2.3
# botocore
# clickhouse-connect
# requests
wrapt==1.16.0
wrapt==1.17.0
# via smart-open
zstandard==0.23.0
# via clickhouse-connect
16 changes: 8 additions & 8 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 /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# jaraco-context
boto3==1.35.63
boto3==1.35.68
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# smart-open
botocore==1.35.63
botocore==1.35.68
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# boto3
Expand Down Expand Up @@ -62,15 +62,15 @@ click-log==0.4.0
# edx-lint
clickhouse-connect==0.6.23
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/ci.txt
# tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -295,7 +295,7 @@ rich==13.9.4
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# twine
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# boto3
Expand All @@ -314,7 +314,7 @@ snowballstemmer==2.2.0
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# pydocstyle
stevedore==5.3.0
stevedore==5.4.0
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# code-annotations
Expand All @@ -341,11 +341,11 @@ virtualenv==20.27.1
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/ci.txt
# tox
wheel==0.45.0
wheel==0.45.1
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/pip-tools.txt
# pip-tools
wrapt==1.16.0
wrapt==1.17.0
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/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.63
boto3==1.35.68
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# smart-open
botocore==1.35.63
botocore==1.35.68
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# boto3
Expand All @@ -42,7 +42,7 @@ click==8.1.7
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
clickhouse-connect==0.6.23
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -157,7 +157,7 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# boto3
Expand Down Expand Up @@ -203,7 +203,7 @@ urllib3==2.2.3
# clickhouse-connect
# requests
# twine
wrapt==1.16.0
wrapt==1.17.0
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# smart-open
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# 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.3.5
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.63
boto3==1.35.68
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# smart-open
botocore==1.35.63
botocore==1.35.68
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# boto3
Expand All @@ -40,9 +40,9 @@ click-log==0.4.0
# via edx-lint
clickhouse-connect==0.6.23
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
code-annotations==1.8.1
code-annotations==1.8.2
# via edx-lint
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -178,7 +178,7 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# boto3
Expand All @@ -193,7 +193,7 @@ smart-open[s3]==7.0.5
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
snowballstemmer==2.2.0
# via pydocstyle
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -208,7 +208,7 @@ urllib3==2.2.3
# clickhouse-connect
# requests
# twine
wrapt==1.16.0
wrapt==1.17.0
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# smart-open
Expand Down
10 changes: 5 additions & 5 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.63
boto3==1.35.68
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
# smart-open
botocore==1.35.63
botocore==1.35.68
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
# boto3
Expand All @@ -26,7 +26,7 @@ click==8.1.7
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
clickhouse-connect==0.6.23
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via pytest-cov
idna==3.10
# via
Expand Down Expand Up @@ -63,7 +63,7 @@ pyyaml==6.0.2
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
requests==2.32.3
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
# boto3
Expand All @@ -79,7 +79,7 @@ urllib3==2.2.3
# botocore
# clickhouse-connect
# requests
wrapt==1.16.0
wrapt==1.17.0
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
# smart-open
Expand Down