Skip to content

Commit e7e3b2a

Browse files
committed
chore: update all deps and min python version
1 parent a03843d commit e7e3b2a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ classifiers = [
2323
]
2424

2525
[tool.poetry.dependencies]
26-
python = "^3.6"
27-
protobuf = "^3.12"
28-
grpcio = "^1.30"
29-
betterproto = { version = "^2.0.0b1", allow-prereleases = true }
26+
python = "^3.10"
27+
protobuf = "^5.28"
28+
grpcio = "^1.67"
29+
betterproto = { version = "^2.0.0b7", allow-prereleases = true }
3030

3131
[tool.poetry.dev-dependencies]
32-
grpcio-tools = "^1.30"
33-
black = "^19.10b0"
34-
pre-commit = { version = "^2.3.0", python = "^3.6.1" }
35-
pytest = "^5.4"
36-
pytest-asyncio = "^0.12"
37-
betterproto = { version = "^2.0.0b3", allow-prereleases = true, extras = ["compiler"] }
32+
grpcio-tools = "^1.67"
33+
black = "^24.10"
34+
pre-commit = "^4.0"
35+
pytest = "^8.3"
36+
pytest-asyncio = "^0.24"
37+
betterproto = { version = "^2.0.0b7", allow-prereleases = true, extras = ["compiler"] }
3838

3939
[tool.black]
4040
line-length = 88

0 commit comments

Comments
 (0)