Upgrade grpcio-tools and protobuf (#498)

This commit is contained in:
Alexander Khabarov 2023-06-24 19:39:11 +01:00 committed by GitHub
parent c00bc96db7
commit 73d1fa3d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 418 additions and 428 deletions

842
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,11 +23,11 @@ isort = {version = "^5.11.5", optional = true}
[tool.poetry.dev-dependencies]
asv = "^0.4.2"
bpython = "^0.19"
grpcio-tools = "^1.40.0"
grpcio-tools = "^1.54.2"
jinja2 = ">=3.0.3"
mypy = "^0.930"
poethepoet = ">=0.9.0"
protobuf = "^3.12.2"
protobuf = "^4.21.6"
pytest = "^6.2.5"
pytest-asyncio = "^0.12.0"
pytest-cov = "^2.9.0"