Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dshore committed Aug 29, 2024
1 parent 4d93e00 commit 81c2042
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.12'

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

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 @@ -13,10 +13,10 @@ def get_txt(filename):
history = get_txt('HISTORY.rst') if os.path.isfile('HISTORY.rst') else ''

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

0 comments on commit 81c2042

Please sign in to comment.