Skip to content

Commit 12374f3

Browse files
Bump grpcio from 1.75.1 to 1.76.0
Bumps [grpcio](https://github.com/grpc/grpc) from 1.75.1 to 1.76.0. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.75.1...v1.76.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.76.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64567a3 commit 12374f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ backend-path = ["src/supa"]
1717
name = "supa"
1818
version = "0.3.5.dev1"
1919
dependencies = [
20-
"grpcio == 1.75.1",
20+
"grpcio == 1.76.0",
2121
"mypy-protobuf ~= 3.0",
2222
"structlog ~= 25.0",
2323
"colorama ~= 0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ colorama==0.4.6
3535
# via supa (pyproject.toml)
3636
cryptography==46.0.3
3737
# via paramiko
38-
grpcio==1.75.1
38+
grpcio==1.76.0
3939
# via supa (pyproject.toml)
4040
h11==0.16.0
4141
# via httpcore

0 commit comments

Comments
 (0)