Skip to content

Commit

Permalink
Update types-protobuf requirement from <4.26,>=4.24 to >=4.24,<5.27
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: types-protobuf
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kinow committed Apr 22, 2024
1 parent 837a831 commit 7a7b618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read(*parts):

mypy_requires = [
'mypy==1.*',
'types-protobuf>=4.24,<4.26'
'types-protobuf>=4.24,<5.27'
]

tests_require = [
Expand Down

0 comments on commit 7a7b618

Please sign in to comment.