From 8b342a402b5d067e1189ef1f005d7e4bd9002854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:51:53 +0000 Subject: [PATCH] Bump psycopg2cffi from 2.8.1 to 2.9.0 Bumps [psycopg2cffi](https://github.com/chtd/psycopg2cffi) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/chtd/psycopg2cffi/releases) - [Commits](https://github.com/chtd/psycopg2cffi/compare/2.8.1...2.9.0) --- updated-dependencies: - dependency-name: psycopg2cffi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0218cd9..22c6f2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ numpy==1.19.2 pandas==1.0.5 ply==3.11 psycopg2==2.8.5 -psycopg2cffi==2.8.1 +psycopg2cffi==2.9.0 pycparser==2.20 python-dateutil==2.8.1 pytz==2020.1