Skip to content

Commit

Permalink
Update base dependencies due to service option updates (#5846)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarabed committed Feb 24, 2020
1 parent a84963e commit 0dc2eaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apache/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read(*parts):
exec(f.read(), ABOUT)


CHECKS_BASE_REQ = 'datadog_checks_base'
CHECKS_BASE_REQ = 'datadog_checks_base>=11.0.0'

setup(
name='datadog-apache',
Expand Down
2 changes: 1 addition & 1 deletion kong/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_requirements(fpath):
return f.readlines()


CHECKS_BASE_REQ = 'datadog_checks_base'
CHECKS_BASE_REQ = 'datadog_checks_base>=11.0.0'

setup(
name='datadog-kong',
Expand Down
2 changes: 1 addition & 1 deletion vault/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_requirements(fpath):
return f.readlines()


CHECKS_BASE_REQ = 'datadog_checks_base'
CHECKS_BASE_REQ = 'datadog_checks_base>=11.0.0'

setup(
name='datadog-vault',
Expand Down

0 comments on commit 0dc2eaf

Please sign in to comment.