diff --git a/.github/workflows/kuksa-client.yml b/.github/workflows/kuksa-client.yml index 3947269..074b9cd 100644 --- a/.github/workflows/kuksa-client.yml +++ b/.github/workflows/kuksa-client.yml @@ -16,9 +16,6 @@ name: kuksa_client on: push: pull_request: - paths: - - ".github/workflows/kuksa-client.yml" - - "kuksa-client/**" workflow_dispatch: concurrency: diff --git a/kuksa-client/pyproject.toml b/kuksa-client/pyproject.toml index a7afaca..d972e71 100644 --- a/kuksa-client/pyproject.toml +++ b/kuksa-client/pyproject.toml @@ -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", diff --git a/kuksa-client/requirements.txt b/kuksa-client/requirements.txt index 9150df1..f16cfb6 100644 --- a/kuksa-client/requirements.txt +++ b/kuksa-client/requirements.txt @@ -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) @@ -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: diff --git a/kuksa-client/setup.cfg b/kuksa-client/setup.cfg index 3fb9cde..c73a801 100644 --- a/kuksa-client/setup.cfg +++ b/kuksa-client/setup.cfg @@ -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: