Commit ff90344
authored
chore(deps): update pipeline perf python dependencies (open-telemetry#2544)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [grpcio](https://redirect.github.com/grpc/grpc) | `==1.78.1` →
`==1.80.0` |

|

|
| [requests](https://redirect.github.com/psf/requests)
([changelog](https://redirect.github.com/psf/requests/blob/master/HISTORY.md))
| `==2.33.0` → `==2.33.1` |

|

|
---
### Release Notes
<details>
<summary>grpc/grpc (grpcio)</summary>
###
[`v1.80.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.80.0)
[Compare
Source](https://redirect.github.com/grpc/grpc/compare/v1.78.1...v1.80.0)
This is release 1.80.0
([glimmering](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md))
of gRPC Core.
For gRPC documentation, see [grpc.io](https://grpc.io/). For previous
releases, see
[Releases](https://redirect.github.com/grpc/grpc/releases).
This release contains refinements, improvements, and bug fixes, with
highlights listed below.
## Core
- \[ssl] Implement TLS private key signer in Python.
([#​41701](https://redirect.github.com/grpc/grpc/pull/41701))
- \[TLS Credentials]: Private Key Offload Implementation.
([#​41606](https://redirect.github.com/grpc/grpc/pull/41606))
- Fix max sockaddr struct size on OpenBSD.
([#​40454](https://redirect.github.com/grpc/grpc/pull/40454))
- \[core] Enable EventEngine for Python by default, and EventEngine fork
support in Python and Ruby.
([#​41432](https://redirect.github.com/grpc/grpc/pull/41432))
- \[TLS Credentials]: Create InMemoryCertificateProvider to update
certificates independently.
([#​41484](https://redirect.github.com/grpc/grpc/pull/41484))
- \[Ruby] Build/test ruby 4.0 and build native gems with Ruby 4.0
support.
([#​41324](https://redirect.github.com/grpc/grpc/pull/41324))
- \[EventEngine] Remove an incorrect std::move in DNSServiceResolver
constructor.
([#​41502](https://redirect.github.com/grpc/grpc/pull/41502))
- \[RR and WRR] enable change to connect from a random index.
([#​41472](https://redirect.github.com/grpc/grpc/pull/41472))
- \[xds] Implement gRFC A101.
([#​41051](https://redirect.github.com/grpc/grpc/pull/41051))
## C++
- \[C++] Add SNI override option to C++ channel credentials options API.
([#​41460](https://redirect.github.com/grpc/grpc/pull/41460))
## C\#
- \[C# tools] Option to append Async to server side method names
[#​39010](https://redirect.github.com/grpc/grpc/issues/39010).
([#​39797](https://redirect.github.com/grpc/grpc/pull/39797))
## Objective-C
- \[Fix]\[Compiler] Plugins fall back to the edition 2023 for older
protobuf.
([#​41357](https://redirect.github.com/grpc/grpc/pull/41357))
## PHP
- \[PHP] Disable php infinite recursion check for callback from Core to
PHP. ([#​41835](https://redirect.github.com/grpc/grpc/pull/41835))
- \[PHP] Fix runtime error with PHp8.5 alpha because
zend\_exception\_get\_defaul….
([#​40337](https://redirect.github.com/grpc/grpc/pull/40337))
## Python
- \[Python] Fix `GRPC_TRACE` not working when absl log initialized in
cython.
([#​41814](https://redirect.github.com/grpc/grpc/pull/41814))
- Revert "\[Python] Align GRPC\_ENABLE\_FORK\_SUPPORT env defaults in
core and python
([#​41455](https://redirect.github.com/grpc/grpc/issues/41455))".
([#​41769](https://redirect.github.com/grpc/grpc/pull/41769))
- \[Python] Fix AsyncIO Server maximum\_concurrent\_rpcs enforcement
preventing negative active\_rpcs count.
([#​41532](https://redirect.github.com/grpc/grpc/pull/41532))
- \[Python] Docs: correct `grpc.Compression` references.
([#​41705](https://redirect.github.com/grpc/grpc/pull/41705))
- \[Python] \[Typeguard] Part 4 - Add Typeguard to AIO stack in tests .
([#​40226](https://redirect.github.com/grpc/grpc/pull/40226))
- \[Python] Fix multi-thread exception for Asyncio gRPC clients - Fixes
[#​25364](https://redirect.github.com/grpc/grpc/issues/25364).
([#​41483](https://redirect.github.com/grpc/grpc/pull/41483))
- \[Python] Resolve absl::InitializeLog warning.
([#​39779](https://redirect.github.com/grpc/grpc/pull/39779))
- \[Python] Remove IF usage in Cython.
([#​41400](https://redirect.github.com/grpc/grpc/pull/41400))
- \[Python] Add language features to exported proto files.
([#​41501](https://redirect.github.com/grpc/grpc/pull/41501))
- \[Python] Fix crash when iterating on AIO Metadata keys(), values(),
items() or list(metadata.values()) etc. .
([#​41481](https://redirect.github.com/grpc/grpc/pull/41481))
- \[Python] Modernize and revamp Public API Docs.
([#​41287](https://redirect.github.com/grpc/grpc/pull/41287))
## Ruby
- \[Ruby] Added support to push native-debug packages off rubygems to
public gcs bucket.
([#​41270](https://redirect.github.com/grpc/grpc/pull/41270))
</details>
<details>
<summary>psf/requests (requests)</summary>
###
[`v2.33.1`](https://redirect.github.com/psf/requests/blob/HEAD/HISTORY.md#2331-2026-03-30)
[Compare
Source](https://redirect.github.com/psf/requests/compare/v2.33.0...v2.33.1)
**Bugfixes**
- Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
files in the tmp directory.
([#​7305](https://redirect.github.com/psf/requests/issues/7305))
- Fixed Content-Type header parsing for malformed values.
([#​7309](https://redirect.github.com/psf/requests/issues/7309))
- Improved error consistency for malformed header values.
([#​7308](https://redirect.github.com/psf/requests/issues/7308))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8am on Monday" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/otel-arrow).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 966bce7 commit ff90344
4 files changed
Lines changed: 67 additions & 67 deletions
File tree
- tools/pipeline_perf_test
- load_generator
- orchestrator
Lines changed: 62 additions & 62 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
857 | | - | |
858 | | - | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments