Skip to content

Commit b9220e0

Browse files
Bump the pip group across 3 directories with 4 updates (#5)
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf), [pyyaml](https://github.com/yaml/pyyaml), [numpy](https://github.com/numpy/numpy) and [grpcio](https://github.com/grpc/grpc) to permit the latest version. Updates `protobuf` to 5.27.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.0.0-javalite...v5.27.2) Updates `pyyaml` from 5.1.2 to 5.4 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@5.1.2...5.4) Updates `numpy` from 1.16.4 to 1.22.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.16.4...v1.22.0) Updates `grpcio` to 1.65.1 - [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.20.0-pre1...v1.65.1) Updates `numpy` to 2.0.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.16.4...v1.22.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production dependency-group: pip - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip - dependency-name: numpy dependency-type: direct:production dependency-group: pip - dependency-name: grpcio dependency-type: direct:production dependency-group: pip - dependency-name: numpy dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb5f535 commit b9220e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

sdk/python/requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ grpcio==1.*
99
numpy
1010
mock==2.0.0
1111
pandas==0.*
12-
protobuf==3.*
12+
protobuf==5.*
1313
pytest
1414
pytest-mock
1515
pytest-timeout
16-
PyYAML==5.1.2
16+
PyYAML==5.4
1717
fastavro==0.21.*
1818
grpcio-testing==1.*
1919
pytest-ordering==0.6.*

tests/e2e/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mock==2.0.0
2-
numpy==1.16.4
2+
numpy==1.22.0
33
pandas==0.24.2
44
pytest==5.2.1
55
pytest-benchmark==3.2.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pandas==0.24.*
2-
numpy==1.16.*
2+
numpy==2.0.*
33
kafka-python==1.4.*
4-
grpcio==1.20.*
4+
grpcio==1.65.*

0 commit comments

Comments
 (0)