From f7d35c32848b95a73e180978ec20c1e7e932838a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Jul 2026 09:02:21 -0700 Subject: [PATCH] Update psycopg2-binary from 2.9.3 to 2.9.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee5358640..47c4c9d34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ cherrypy==18.6.1 msgpack==0.6.2 psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' -psycopg2-binary==2.9.3; platform.python_implementation == 'CPython' +psycopg2-binary==2.9.12; platform.python_implementation == 'CPython' SQLAlchemy<1.4.0 sqlalchemy-citext<1.8.0; platform.python_implementation == 'PyPy'