Skip to content

Commit

Permalink
Update types-protobuf requirement from ==4.24.* to >=4.24,<4.26
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 10, 2024
1 parent 5d95dd7 commit 797b05e
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.*'
'types-protobuf>=4.24,<4.26'
]

tests_require = [
Expand Down

0 comments on commit 797b05e

Please sign in to comment.