Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#143)
Browse files Browse the repository at this point in the history
* chore: Upgrade Python requirements

* fix: address pip issues

---------

Co-authored-by: Irtaza Akram <[email protected]>
  • Loading branch information
edx-requirements-bot and irtazaakram authored Nov 11, 2024
1 parent d7bec63 commit e5f5e7a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 67 deletions.
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.35.54
boto3==1.35.57
# via smart-open
botocore==1.35.54
botocore==1.35.57
# 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 @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand Down
31 changes: 5 additions & 26 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.54
boto3==1.35.57
# via
# -r requirements/quality.txt
# smart-open
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -35,10 +35,6 @@ certifi==2024.8.30
# -r requirements/quality.txt
# clickhouse-connect
# requests
cffi==1.17.1
# via
# -r requirements/quality.txt
# cryptography
chardet==5.2.0
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -74,10 +70,6 @@ coverage[toml]==7.6.4
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==43.0.3
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==9.2.0
# via -r requirements/dev.in
dill==0.3.9
Expand Down Expand Up @@ -128,11 +120,6 @@ jaraco-functools==4.1.0
# via
# -r requirements/quality.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -176,7 +163,7 @@ nh3==0.2.18
# via
# -r requirements/quality.txt
# readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -211,10 +198,6 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/quality.txt
pycparser==2.22
# via
# -r requirements/quality.txt
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
Expand Down Expand Up @@ -299,10 +282,6 @@ s3transfer==0.10.3
# via
# -r requirements/quality.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/quality.txt
# keyring
six==1.16.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -341,15 +320,15 @@ virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.16.0
# via
# -r requirements/quality.txt
# smart-open
zipp==3.20.2
zipp==3.21.0
# via
# -r requirements/quality.txt
# importlib-metadata
Expand Down
20 changes: 4 additions & 16 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.54
boto3==1.35.57
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/test.txt
# boto3
Expand All @@ -32,8 +32,6 @@ certifi==2024.8.30
# -r requirements/test.txt
# clickhouse-connect
# requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via
# -r requirements/test.txt
Expand All @@ -46,8 +44,6 @@ coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
# via secretstorage
docutils==0.21.2
# via
# pydata-sphinx-theme
Expand All @@ -73,10 +69,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via sphinx
jmespath==1.0.1
Expand All @@ -102,7 +94,7 @@ more-itertools==10.5.0
# jaraco-functools
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# build
Expand All @@ -114,8 +106,6 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
pygments==2.18.0
Expand Down Expand Up @@ -161,8 +151,6 @@ s3transfer==0.10.3
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -207,7 +195,7 @@ wrapt==1.16.0
# via
# -r requirements/test.txt
# smart-open
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
zstandard==0.23.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

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

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 4 additions & 16 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.54
boto3==1.35.57
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/test.txt
# boto3
Expand All @@ -24,8 +24,6 @@ certifi==2024.8.30
# -r requirements/test.txt
# clickhouse-connect
# requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via
# -r requirements/test.txt
Expand All @@ -46,8 +44,6 @@ coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
# via secretstorage
dill==0.3.9
# via pylint
docutils==0.21.2
Expand Down Expand Up @@ -76,10 +72,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via code-annotations
jmespath==1.0.1
Expand Down Expand Up @@ -107,7 +99,7 @@ more-itertools==10.5.0
# jaraco-functools
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pytest
Expand All @@ -123,8 +115,6 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
Expand Down Expand Up @@ -182,8 +172,6 @@ s3transfer==0.10.3
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -212,7 +200,7 @@ wrapt==1.16.0
# via
# -r requirements/test.txt
# smart-open
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
zstandard==0.23.0
# via
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.35.54
boto3==1.35.57
# via
# -r requirements/base.txt
# smart-open
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -43,7 +43,7 @@ lz4==4.3.3
# via
# -r requirements/base.txt
# clickhouse-connect
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
Expand Down

0 comments on commit e5f5e7a

Please sign in to comment.