Skip to content

Commit

Permalink
bump definitions dep (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-b authored Sep 17, 2020
1 parent c907dad commit b1cb23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
definitions_latest_version = defs_info['info']['version']
definitions_dependency = 'alertlogic-sdk-definitions>=' + definitions_latest_version
except:
definitions_dependency = 'alertlogic-sdk-definitions>=0.0.31'
definitions_dependency = 'alertlogic-sdk-definitions>=0.0.43'

requirements = [
'requests>=2.18',
Expand Down

0 comments on commit b1cb23b

Please sign in to comment.