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

Update grpc dependencies #31

Merged
merged 1 commit into from
Jun 11, 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
6 changes: 3 additions & 3 deletions kuksa-client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ cmd2==1.5.0
# via kuksa_client (setup.cfg)
colorama==0.4.6
# via cmd2
grpcio==1.63.0
grpcio==1.64.1
# via grpcio-tools
grpcio-tools==1.63.0
grpcio-tools==1.64.1
# via kuksa_client (setup.cfg)
jsonpath-ng==1.6.1
# via kuksa_client (setup.cfg)
ply==3.11
# via jsonpath-ng
protobuf==5.26.1
protobuf==5.27.1
# via grpcio-tools
pygments==2.18.0
# via kuksa_client (setup.cfg)
Expand Down
2 changes: 1 addition & 1 deletion kuksa-client/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
websockets >= 10.1
cmd2 >= 1.4, <2.0
pygments >= 2.15
grpcio-tools >= 1.63.0
grpcio-tools >= 1.64.1
jsonpath-ng >= 1.5.3
packages = find:

Expand Down
24 changes: 12 additions & 12 deletions kuksa-client/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile --extra=test --output-file=test-requirements.txt setup.cfg
#
astroid==3.1.0
astroid==3.2.2
# via pylint
attrs==23.2.0
# via cmd2
cmd2==1.5.0
# via kuksa_client (setup.cfg)
colorama==0.4.6
# via cmd2
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via pytest-cov
dill==0.3.8
# via pylint
exceptiongroup==1.2.1
# via pytest
grpcio==1.63.0
grpcio==1.64.1
# via grpcio-tools
grpcio-tools==1.63.0
grpcio-tools==1.64.1
# via kuksa_client (setup.cfg)
iniconfig==2.0.0
# via pytest
Expand All @@ -30,30 +30,30 @@ jsonpath-ng==1.6.1
# via kuksa_client (setup.cfg)
mccabe==0.7.0
# via pylint
packaging==24.0
packaging==24.1
# via pytest
platformdirs==4.2.1
platformdirs==4.2.2
# via pylint
pluggy==1.5.0
# via pytest
ply==3.11
# via jsonpath-ng
protobuf==5.26.1
protobuf==5.27.1
# via grpcio-tools
pygments==2.18.0
# via kuksa_client (setup.cfg)
pylint==3.1.0
pylint==3.2.3
# via kuksa_client (setup.cfg)
pyperclip==1.8.2
# via cmd2
pytest==8.2.0
pytest==8.2.2
# via
# kuksa_client (setup.cfg)
# pytest-asyncio
# pytest-cov
# pytest-mock
# pytest-timeout
pytest-asyncio==0.23.6
pytest-asyncio==0.23.7
# via kuksa_client (setup.cfg)
pytest-cov==5.0.0
# via kuksa_client (setup.cfg)
Expand All @@ -66,9 +66,9 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
typing-extensions==4.11.0
typing-extensions==4.12.2
# via astroid
wcwidth==0.2.13
# via cmd2
Expand Down