Skip to content

Commit

Permalink
chore: update all deps and min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Nov 12, 2024
1 parent a03843d commit e7e3b2a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ classifiers = [
]

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

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

[tool.black]
line-length = 88
Expand Down

0 comments on commit e7e3b2a

Please sign in to comment.