Skip to content

Commit 06daf5f

Browse files
chore(deps-dev): bump the pip group with 3 updates
Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc), [ruff](https://github.com/astral-sh/ruff) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `grpcio-tools` to 1.78.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.63.0...v1.78.0) Updates `ruff` to 0.15.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.13.0...0.15.0) Updates `uv-build` to 0.10.0 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.8.15...0.10.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.78.0 dependency-type: direct:development dependency-group: pip - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development dependency-group: pip - dependency-name: uv-build dependency-version: 0.10.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22140e5 commit 06daf5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ dependencies = [
2525
[dependency-groups]
2626
dev = [
2727
"grpc-stubs~=1.53",
28-
"grpcio-tools>=1.63,<1.77",
28+
"grpcio-tools>=1.63,<1.79",
2929
"mypy==1.19.1",
3030
"mypy-protobuf==5.0.0",
3131
"mock>=5.1.0,<6",
3232
"pytest>=7.1.3,<10.0.0",
3333
"pytest-asyncio>=0.21,<1.4",
3434
"types-protobuf>=5.26,<7.0",
3535
"typing-extensions>=3.7.4,<5",
36-
"ruff>=0.13.0,<0.15",
36+
"ruff>=0.13.0,<0.16",
3737
]
3838

3939
[build-system]
40-
requires = ["uv_build>=0.8.15,<0.10.0"]
40+
requires = ["uv_build>=0.8.15,<0.11.0"]
4141
build-backend = "uv_build"
4242

4343
[tool.uv.build-backend]

0 commit comments

Comments
 (0)