Skip to content

Commit

Permalink
postgres check: bump datadog_checks_base min version
Browse files Browse the repository at this point in the history
Fix broken build due to old datadog_checks_base minimum version.

Follow-up to #8627
  • Loading branch information
djova committed Mar 4, 2021
1 parent 2432e31 commit 279d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_dependencies():
return f.readlines()


CHECKS_BASE_REQ = 'datadog-checks-base>=15.3.0'
CHECKS_BASE_REQ = 'datadog-checks-base>=16.4.0'

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

0 comments on commit 279d300

Please sign in to comment.