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

Updating dependencies #39

Merged
merged 1 commit into from
Nov 27, 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
3 changes: 0 additions & 3 deletions .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ name: kuksa_client
on:
push:
pull_request:
paths:
- ".github/workflows/kuksa-client.yml"
- "kuksa-client/**"
workflow_dispatch:

concurrency:
Expand Down
3 changes: 2 additions & 1 deletion kuksa-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"grpcio-tools>=1.63.0",
# Make sure to use the same version criteria in pyproject.toml and update requirements.txt after changing
"grpcio-tools~=1.68",
"setuptools>=42",
"setuptools-git-versioning",
"wheel",
Expand Down
6 changes: 3 additions & 3 deletions kuksa-client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ cmd2==1.5.0
# via kuksa_client (setup.cfg)
colorama==0.4.6
# via cmd2
grpcio==1.67.1
grpcio==1.68.0
# via grpcio-tools
grpcio-tools==1.67.1
grpcio-tools==1.68.0
# via kuksa_client (setup.cfg)
jsonpath-ng==1.7.0
# via kuksa_client (setup.cfg)
Expand All @@ -26,7 +26,7 @@ pyperclip==1.9.0
# via cmd2
wcwidth==0.2.13
# via cmd2
websockets==13.1
websockets==14.1
# via kuksa_client (setup.cfg)

# The following packages are considered to be unsafe in a requirements file:
Expand Down
3 changes: 2 additions & 1 deletion kuksa-client/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ install_requires =
websockets >= 10.1
cmd2 >= 1.4, <2.0
pygments >= 2.15
grpcio-tools >= 1.64.1
# Make sure to use the same version criteria in pyproject.toml and update requirements.txt after changing
grpcio-tools ~= 1.68
jsonpath-ng >= 1.5.3
packages = find:

Expand Down