Skip to content

Commit cc26855

Browse files
nimrod-gileadicopybara-github
authored andcommitted
Update Pillow dependency of dm_control.
The dependency is only for dm_control's tests, and shouldn't affect users of dm_control. PiperOrigin-RevId: 602673831 Change-Id: I18b68a7e69b1a50c35439d921429af0fc71809a6
1 parent 241851f commit cc26855

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ nose==1.3.7
1111
nose-xunitmp==0.4.1
1212
numpy==1.24.4; python_version == '3.8'
1313
numpy==1.26.2; python_version >= '3.9'
14-
Pillow==10.1.0
14+
Pillow==10.2.0
1515
protobuf==3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
1616
pyopengl==3.1.7
1717
pyparsing==3.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def is_excluded(s):
217217
tests_require=[
218218
'mock',
219219
'nose',
220-
'pillow>=9.0.1', # https://github.com/advisories/GHSA-8vj2-vxx3-667w
220+
'pillow>=10.2.0',
221221
],
222222
test_suite='nose.collector',
223223
packages=find_packages(),

0 commit comments

Comments
 (0)