diff --git a/poetry.lock b/poetry.lock index 2bcf25b..c54536d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 90534c6..010ad7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"