Skip to content

Commit 01cd735

Browse files
committed
Updating PyYaml dependency to resolve security flaw
1 parent fe86335 commit 01cd735

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
15.0.2 -- 01/08/2019
2+
* Updated PyYAML dependencies to >=4.2b1 for https://nvd.nist.gov/vuln/detail/CVE-2017-18342
3+
14
15.0.1 -- 11/16/2018
25
* Added Smart Shopping ad example (v201809)
36

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,5 @@ have Python 2.7.9 (or higher) or Python 3.4 (or higher) installed.
259259

260260
## Authors:
261261
Mark Saniscalchi
262+
David Wihl
263+
Ben Karl

googleads/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'compatibility with this library, upgrade to Python 2.7.9 or higher.')
7979

8080

81-
VERSION = '15.0.1'
81+
VERSION = '15.0.2'
8282
_COMMON_LIB_SIG = 'googleads/%s' % VERSION
8383
_LOGGING_KEY = 'logging'
8484
_HTTP_PROXY_YAML_KEY = 'http'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
DEPENDENCIES = ['google-auth>=1.0.0,<2.0.0',
2828
'google-auth-oauthlib>=0.0.1,<1.0.0', 'pytz>=2015.7',
29-
'PyYAML>=3.11,<4.0', 'requests>=2.0.0,<3.0.0',
29+
'PyYAML>=4.2b1, <5.0', 'requests>=2.0.0,<3.0.0',
3030
'suds-jurko>=0.6,<0.7', 'xmltodict>=0.9.2,<1.0.0',
3131
'zeep>=2.5.0']
3232

0 commit comments

Comments
 (0)