Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip group across 1 directory with 5 updates #3258

Merged
merged 1 commit into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the pip group across 1 directory with 5 updates
Bumps the pip group with 5 updates in the /python/tests directory:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.2.2` |
| [grpcio](https://github.com/grpc/grpc) | `1.53.2` | `1.63.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `3.18.3` | `5.26.1` |
| [rsa](https://github.com/sybrenstuvel/python-rsa) | `4.7` | `4.9` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.18` | `2.2.1` |



Updates `certifi` from 2023.7.22 to 2024.2.2
- [Commits](certifi/python-certifi@2023.07.22...2024.02.02)

Updates `grpcio` from 1.53.2 to 1.63.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.53.2...v1.63.0)

Updates `protobuf` from 3.18.3 to 5.26.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.18.3...v5.26.1)

Updates `rsa` from 4.7 to 4.9
- [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md)
- [Commits](sybrenstuvel/python-rsa@version-4.7...version-4.9)

Updates `urllib3` from 1.26.18 to 2.2.1
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...2.2.1)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
  dependency-group: pip
- dependency-name: grpcio
  dependency-type: indirect
  dependency-group: pip
- dependency-name: protobuf
  dependency-type: indirect
  dependency-group: pip
- dependency-name: rsa
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2024
commit 9bb000f6598ac96ebc8168dd0eaef03a719b395a
10 changes: 5 additions & 5 deletions python/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.1.0
# via pylint
cachetools==4.2.4
# via google-auth
certifi==2023.7.22
certifi==2024.2.2
# via requests
cffi==1.14.4
# via google-crc32c
Expand Down Expand Up @@ -53,7 +53,7 @@ googleapis-common-protos[grpc]==1.52.0
# grpc-google-iam-v1
grpc-google-iam-v1==0.12.3
# via google-cloud-pubsub
grpcio==1.53.2
grpcio==1.63.0
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -80,7 +80,7 @@ proto-plus==1.13.0
# via
# google-cloud-bigquery
# google-cloud-pubsub
protobuf==3.18.3
protobuf==5.26.1
# via
# google-api-core
# google-cloud-bigquery
Expand Down Expand Up @@ -111,7 +111,7 @@ requests==2.31.0
# -r ../ingestion/requirements.in
# google-api-core
# google-cloud-storage
rsa==4.7
rsa==4.9
# via google-auth
six==1.15.0
# via
Expand All @@ -131,7 +131,7 @@ typing-inspect==0.6.0
# via libcst
tzdata==2024.1
# via pandas
urllib3==1.26.18
urllib3==2.2.1
# via requests
xlrd==2.0.1
# via -r ../ingestion/requirements.in
Expand Down