Skip to content

Commit

Permalink
chore(dev): update dependency grpcio-tools to v1.67.0 - abandoned (#291)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and autofix-ci[bot] authored Oct 28, 2024
1 parent a77d674 commit 92ee5d1
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion api/v1/timeline_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from api.v1 import timeline_pb2 as api_dot_v1_dot_timeline__pb2

GRPC_GENERATED_VERSION = '1.66.2'
GRPC_GENERATED_VERSION = '1.67.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
116 changes: 58 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serialize-php = "0.0.3"
[tool.poetry.group.dev.dependencies]
sqlacodegen = "3.0.0rc5"
# grpc py generator
grpcio-tools = "1.66.2"
grpcio-tools = "1.67.0"
datamodel-code-generator = { url = "https://github.com/trim21/datamodel-code-generator/archive/2a84a14a.zip", extras = ['graphql'] }

# tests
Expand Down

0 comments on commit 92ee5d1

Please sign in to comment.