Skip to content

Commit

Permalink
Updating PyYAML dependency due to security issue (#21)
Browse files Browse the repository at this point in the history
Updating PyYAML dependency due to security issue
  • Loading branch information
David Wihl authored and BenRKarl committed Jan 9, 2019
1 parent 988de0a commit f47be2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 0.5.2:
- Updated PyYAML dependencies to >=4.2b1 for https://nvd.nist.gov/vuln/detail/CVE-2017-18342

* 0.5.1:
- Fix bug related to usage of private grpc._interceptor._ClientCallDetails class

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'enum34; python_version < "3.4"',
'google-auth-oauthlib>=0.0.1,<1.0.0',
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
'PyYAML >= 3.11, < 4.0',
'PyYAML >=4.2b1, < 5.0',
]

tests_require = [
Expand All @@ -33,7 +33,7 @@

setup(
name='google-ads',
version='0.5.1',
version='0.5.2',
author='Google LLC',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit f47be2a

Please sign in to comment.