1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-20 00:31:17 +03:00

Bump pyyaml requirement to avoid CVE-2019-20477

This commit is contained in:
secwall 2020-02-26 21:33:31 +03:00
parent 1a1aedd89c
commit ef239e35d7

View File

@ -33,7 +33,7 @@ except ImportError:
REQUIREMENTS = [ REQUIREMENTS = [
'sqlparse >= 0.3.0', 'sqlparse >= 0.3.0',
'psycopg2 >= 2.8.2', 'psycopg2 >= 2.8.2',
'PyYAML >= 5.1', 'PyYAML >= 5.2',
] ]
if sys.version_info < (3, 0): if sys.version_info < (3, 0):