This is an automated email from the ASF dual-hosted git repository.
yuqi1129 pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new 0306b3a936 [Cherry-pick to branch-1.3] build(deps-dev): bump banks
from 2.4.1 to 2.4.2 in /clients/client-python (#11383) (#11611)
0306b3a936 is described below
commit 0306b3a9360ec22cb4584f6bd264e01a5a1356f5
Author: Jerry Shao <[email protected]>
AuthorDate: Thu Jun 11 21:03:24 2026 -0700
[Cherry-pick to branch-1.3] build(deps-dev): bump banks from 2.4.1 to 2.4.2
in /clients/client-python (#11383) (#11611)
Cherry-pick #11383 to branch-1.3.
### What changes were proposed in this pull request?
Bumps `banks` from 2.4.1 to 2.4.2 in `/clients/client-python`.
### Why are the changes needed?
Dependency version update for the Python client.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
N/A (dependency bump only)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mchades <[email protected]>
---
clients/client-python/requirements-dev.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/client-python/requirements-dev.txt
b/clients/client-python/requirements-dev.txt
index 528a4a16b8..8c700d8d61 100644
--- a/clients/client-python/requirements-dev.txt
+++ b/clients/client-python/requirements-dev.txt
@@ -32,7 +32,7 @@ pyjwt[crypto]==2.13.0
jwcrypto==1.5.6
sphinx==7.1.2
furo==2024.8.6
-banks==2.4.1
+banks==2.4.2
# Lance integration deps. Pinned so the default integration test runs against
# a single, known-good (server-side `lance-namespace-core` 0.7.5+) combination.