Skip to content

Commit 9ff9497

Browse files
committed
Upgrade grpcio version to address the security concern reported by Cycode
1 parent 6db6162 commit 9ff9497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ml-agents-envs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run(self):
5454
zip_safe=False,
5555
install_requires=[
5656
"cloudpickle",
57-
"grpcio>=1.11.0,<=1.51.3",
57+
"grpcio>=1.11.0,<=1.53",
5858
"Pillow>=4.2.1",
5959
"protobuf>=3.6,<3.21",
6060
"pyyaml>=3.1.0",

ml-agents/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run(self):
5555
zip_safe=False,
5656
install_requires=[
5757
# Test-only dependencies should go in test_requirements.txt, not here.
58-
"grpcio>=1.11.0,<=1.51.3",
58+
"grpcio>=1.11.0,<=1.53",
5959
"h5py>=2.9.0",
6060
f"mlagents_envs=={VERSION}",
6161
"numpy>=1.23.5,<1.24.0",

0 commit comments

Comments
 (0)