Skip to content

Commit f47be2a

Browse files
David WihlBenRKarl
authored andcommitted
Updating PyYAML dependency due to security issue (#21)
Updating PyYAML dependency due to security issue
1 parent 988de0a commit f47be2a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 0.5.2:
2+
- Updated PyYAML dependencies to >=4.2b1 for https://nvd.nist.gov/vuln/detail/CVE-2017-18342
3+
14
* 0.5.1:
25
- Fix bug related to usage of private grpc._interceptor._ClientCallDetails class
36

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'enum34; python_version < "3.4"',
2121
'google-auth-oauthlib>=0.0.1,<1.0.0',
2222
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
23-
'PyYAML >= 3.11, < 4.0',
23+
'PyYAML >=4.2b1, < 5.0',
2424
]
2525

2626
tests_require = [
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='google-ads',
36-
version='0.5.1',
36+
version='0.5.2',
3737
author='Google LLC',
3838
author_email='googleapis-packages@google.com',
3939
classifiers=[

0 commit comments

Comments
 (0)