Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Nov 27, 2024
1 parent 7dca29e commit b651f68
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
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

0 comments on commit b651f68

Please sign in to comment.