Skip to content

Commit

Permalink
Revert "Update base package pin (#8426)"
Browse files Browse the repository at this point in the history
This reverts commit 5dcd7a3.
  • Loading branch information
ofek committed Jan 24, 2021
1 parent 2e26a13 commit 6789390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haproxy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_dependencies():
return f.readlines()


CHECKS_BASE_REQ = 'datadog-checks-base>=16.1.0'
CHECKS_BASE_REQ = 'datadog-checks-base>=15.4.0'

setup(
name='datadog-haproxy',
Expand Down
2 changes: 1 addition & 1 deletion istio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_dependencies():
return f.readlines()


CHECKS_BASE_REQ = 'datadog-checks-base>=16.1.0'
CHECKS_BASE_REQ = 'datadog-checks-base>=15.4.0'

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

0 comments on commit 6789390

Please sign in to comment.