Skip to content

Commit 160720b

Browse files
chore(deps): update python packages
1 parent 140fc1d commit 160720b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/generator/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/generator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pytest-cov = ">=3.0.0"
3939
ni-python-styleguide = ">=0.4.1"
4040
mypy = ">=1.0"
4141
# mypy-protobuf 3.6 is the last version that supports protobuf v4.
42-
mypy-protobuf = ">=3.4,<3.7"
42+
mypy-protobuf = ">=3.7,<3.8"
4343
types-protobuf = ">=4.21"
4444
types-grpcio = ">=1.0"
4545
# During development, use file paths to reference the latest source for packages

packages/service/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/service/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pytest-mock = ">=3.0"
8585
tox = ">=4.0"
8686
mypy = ">=1.0"
8787
# mypy-protobuf 3.6 is the last version that supports protobuf v4.
88-
mypy-protobuf = ">=3.4,<3.7"
88+
mypy-protobuf = ">=3.7,<3.8"
8989
types-protobuf = ">=4.21"
9090
types-setuptools = "*"
9191
types-pywin32 = ">=304"

0 commit comments

Comments
 (0)