Skip to content

Commit

Permalink
bump alertlogic sdk defintions version (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-b authored Sep 29, 2020
1 parent d13a1bc commit 71298fa
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.45'
definitions_dependency = 'alertlogic-sdk-definitions>=0.0.46'

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

0 comments on commit 71298fa

Please sign in to comment.