Skip to content

Commit

Permalink
Merge pull request #145 from prebid/dshore/upgrade_pyyaml_cve
Browse files Browse the repository at this point in the history
upgrade pyyaml/googleads
  • Loading branch information
dshore committed Sep 29, 2023
2 parents 34af09c + f91017e commit c94cd99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion line_item_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__version__ = '0.2.10'

# For an official release, use dev_version = ''
dev_version = '2'
dev_version = '3'

version = __version__
if dev_version:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def get_txt(filename):

requirements = [
'Click==7.1.2',
'googleads==33.0.0',
'googleads==39.0.0',
'jinja2==3.0.3',
'jsonschema==4.4.0',
'PyYAML==5.3.1',
'PyYAML==6.0.1',
'retrying==1.3.3',
'tqdm==4.56.0',
]
Expand Down

0 comments on commit c94cd99

Please sign in to comment.