reset mypy-protobuf to non-optional, hopefully without breaking stuff

This commit is contained in:
Ian McEwen
2024-11-26 14:35:48 -07:00
parent c63814358a
commit 03ac322583
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

@@ -2145,7 +2145,7 @@ files = [
name = "mypy-protobuf"
version = "3.6.0"
description = "Generate mypy stub files from protobuf specs"
optional = true
optional = false
python-versions = ">=3.8"
files = [
{file = "mypy-protobuf-3.6.0.tar.gz", hash = "sha256:02f242eb3409f66889f2b1a3aa58356ec4d909cdd0f93115622e9e70366eca3c"},
@@ -4307,4 +4307,4 @@ tunnel = ["pytap2"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9,<3.14"
content-hash = "baf2466db0ce7b0975a738b847d8b36e3c5c377a9a122a22c4bbd1ab1c06dc3a"
content-hash = "63e8d0acc845a17e6d7de0796693967f5d37e0293598be966196e0b48976754b"

View File

@@ -37,7 +37,7 @@ autopep8 = "^2.1.0"
pylint = "^3.2.3"
pyinstaller = "^6.8.0"
mypy = "^1.10.0"
mypy-protobuf = { version = "^3.3.0", optional = true }
mypy-protobuf = "^3.3.0"
types-protobuf = "^5.26.0.20240422"
types-tabulate = "^0.9.0.20240106"
types-requests = "^2.31.0.20240406"