From e97eb1527f5b0ed87cc6ca43e500da300c6542f0 Mon Sep 17 00:00:00 2001 From: Vickenty Fesunov Date: Thu, 17 Jun 2021 13:04:46 +0200 Subject: [PATCH] Upgrade psycopg2-binary to 2.8.6 (#9535) --- .../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 4cc4e95105654..340e02dfe219c 100644 --- a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in +++ b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in @@ -44,7 +44,7 @@ ply==3.10 prometheus-client==0.9.0 protobuf==3.7.0 psutil==5.7.2 -psycopg2-binary==2.8.4 +psycopg2-binary==2.8.6 pyasn1==0.4.6 pycryptodomex==3.10.1 pydantic==1.8.2; python_version > "3.0" diff --git a/pgbouncer/requirements.in b/pgbouncer/requirements.in index fe939cce41bb9..3557d79c82e71 100644 --- a/pgbouncer/requirements.in +++ b/pgbouncer/requirements.in @@ -1 +1 @@ -psycopg2-binary==2.8.4 +psycopg2-binary==2.8.6 diff --git a/postgres/requirements.in b/postgres/requirements.in index c569ac834604e..a2e5fbbb903b5 100644 --- a/postgres/requirements.in +++ b/postgres/requirements.in @@ -1,4 +1,4 @@ cachetools==3.1.1 -psycopg2-binary==2.8.4 +psycopg2-binary==2.8.6 semver==2.9.0 futures==3.3.0; python_version < '3.0'