Skip to content

Commit

Permalink
Merge branch 'master' into go_release_1.62.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 authored Apr 3, 2024
2 parents 2e0405e + 9dea752 commit 470fb37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==3.4.6
cryptography==42.0.4
PyJWT==2.0.1
requests==2.25.1
scipy==1.5.4
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/helper_scripts/requirements.macos.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cython<3.0.0rc1
cryptography==3.4.6
cryptography==42.0.4
PyJWT==2.0.1
pyOpenSSL==20.0.1
PyYAML==6.0
Expand Down
1 change: 1 addition & 0 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.60.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.61.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.62.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.63.0", ReleaseInfo(runtimes=["go1.19"])),
]
),
"java": OrderedDict(
Expand Down

0 comments on commit 470fb37

Please sign in to comment.