Skip to content

Commit 9fd87ce

Browse files
Bump grpcio-tools from 1.49.1 to 1.50.0 in /requirements (#66)
* Bump grpcio-tools from 1.49.1 to 1.50.0 in /requirements Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.49.1 to 1.50.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.49.1...v1.50.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump grpcio-tools from 1.49.1 to 1.50.0 in toml file Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elodie Chamblas <[email protected]>
1 parent dc35314 commit 9fd87ce

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
@@ -24,7 +24,7 @@ classifiers=[
2424
]
2525
dependencies=[
2626
"ansys-optics-speos-grpcapi==6.0.0",
27-
"grpcio-tools==1.49.1",
27+
"grpcio-tools==1.50.0",
2828
]
2929

3030
[project.optional-dependencies]

requirements/requirements_build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build==0.9.0
22
twine==4.0.1
33
ansys-optics-speos-grpcapi==6.0.0
4-
grpcio-tools==1.49.1
4+
grpcio-tools==1.50.0

0 commit comments

Comments
 (0)