From 9f2d69860089761535bf49ee7e66e9c145c72f7e Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 18 Apr 2019 13:35:58 -0400 Subject: [PATCH] Upgrade psycopg2-binary to 2.8.2 --- .../datadog_checks/base/data/agent_requirements.in | 2 +- pgbouncer/requirements.in | 2 +- postgres/requirements.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in index ff86085d8eace..62937045d613e 100644 --- a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in +++ b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in @@ -31,7 +31,7 @@ ply==3.10 prometheus-client==0.3.0 protobuf==3.7.0 psutil==5.5.0 -psycopg2-binary==2.7.5 +psycopg2-binary==2.8.2 pyasn1==0.4.2 pycparser==2.18 pycryptodomex==3.4.7 diff --git a/pgbouncer/requirements.in b/pgbouncer/requirements.in index 91df41afdc9d2..bb75d15095779 100644 --- a/pgbouncer/requirements.in +++ b/pgbouncer/requirements.in @@ -1 +1 @@ -psycopg2-binary==2.7.5 +psycopg2-binary==2.8.2 diff --git a/postgres/requirements.in b/postgres/requirements.in index 25096427c3103..94143a02b3283 100644 --- a/postgres/requirements.in +++ b/postgres/requirements.in @@ -1,2 +1,2 @@ pg8000==1.10.1 -psycopg2-binary==2.7.5 +psycopg2-binary==2.8.2