Skip to content

Commit 140fc1d

Browse files
chore(deps): update python packages (#1268)
* chore(deps): update python packages * fix: Continue using mypy-protobuf 3.6 as long as we support protobuf v4 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Brad Keryan <brad.keryan@ni.com>
1 parent 3476ef7 commit 140fc1d

File tree

4 files changed

+74
-68
lines changed

4 files changed

+74
-68
lines changed

packages/generator/poetry.lock

Lines changed: 51 additions & 47 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ pytest = ">=7.2.0"
3838
pytest-cov = ">=3.0.0"
3939
ni-python-styleguide = ">=0.4.1"
4040
mypy = ">=1.0"
41-
mypy-protobuf = ">=3.4"
41+
# mypy-protobuf 3.6 is the last version that supports protobuf v4.
42+
mypy-protobuf = ">=3.4,<3.7"
4243
types-protobuf = ">=4.21"
4344
types-grpcio = ">=1.0"
4445
# During development, use file paths to reference the latest source for packages

packages/service/poetry.lock

Lines changed: 19 additions & 19 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ pytest-cov = ">=3.0.0"
8484
pytest-mock = ">=3.0"
8585
tox = ">=4.0"
8686
mypy = ">=1.0"
87-
mypy-protobuf = ">=3.4"
87+
# mypy-protobuf 3.6 is the last version that supports protobuf v4.
88+
mypy-protobuf = ">=3.4,<3.7"
8889
types-protobuf = ">=4.21"
8990
types-setuptools = "*"
9091
types-pywin32 = ">=304"

0 commit comments

Comments
 (0)