From 127c3b1867ba0ec67d195efb6b8387ca39f9bb02 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 8 Oct 2025 09:45:45 +0200 Subject: [PATCH] fix: update psycopg2-binary to psycopg[binary] version Update psycopg2-binary to psycopg[binary] version 3.2.10 in the requirements file to ensure compatibility with the latest dependencies and improve performance. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f9ba4a..8e156d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ robotframework==7.3.2 robotframework-browser==19.9.0 robotframework-seleniumlibrary==6.8.0 urllib3==2.5.0 -psycopg2-binary==2.9.10 +psycopg[binary]==3.2.10 PyMySQL==1.1.2 robotframework-appiumlibrary==3.1 robotframework-databaselibrary==2.3.1