Skip to content

Commit

Permalink
Update Pillow Python Library for CVE-2020-35653 & CVE-2021-27921 (ope…
Browse files Browse the repository at this point in the history
…nai#2189)

* Update setup.py

* Update setup.py

* Update setup.py
  • Loading branch information
dciborow committed Apr 6, 2021
1 parent bee15a3 commit fceb182
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -29,7 +29,11 @@
if package.startswith('gym')],
zip_safe=False,
install_requires=[
'scipy', 'numpy>=1.10.4', 'pyglet>=1.4.0,<=1.5.0', 'Pillow<=7.2.0', 'cloudpickle>=1.2.0,<1.7.0',
'scipy',
'numpy>=1.10.4',
'pyglet>=1.4.0,<=1.5.15',
'Pillow<=8.2.0',
'cloudpickle>=1.2.0,<1.7.0',
],
extras_require=extras,
package_data={'gym': [
Expand Down

0 comments on commit fceb182

Please sign in to comment.