From 0979017a69fb3aa774f75c274232045f1cd2a5ba Mon Sep 17 00:00:00 2001 From: "colin.king-bailey" Date: Tue, 10 Dec 2024 20:32:43 -0800 Subject: [PATCH] upgrade deps, replace psycopg2 with psycopg2-binar --- download/requirements.dev.txt | 2 +- download/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/download/requirements.dev.txt b/download/requirements.dev.txt index 7706248eb..649829528 100644 --- a/download/requirements.dev.txt +++ b/download/requirements.dev.txt @@ -1,3 +1,3 @@ -r requirements.txt pylint~=2.17.5 -pytest~=7.4.0 +pytest~=8.3.4 diff --git a/download/requirements.txt b/download/requirements.txt index 453185900..957048f88 100644 --- a/download/requirements.txt +++ b/download/requirements.txt @@ -1,6 +1,6 @@ -pandas~=2.0.3 +pandas~=2.2.3 SQLAlchemy~=2.0.20 -psycopg2~=2.9.7 +psycopg2-binary~=2.9.7 gdrive-datastore==0.0.1.5 pyarrow==14.0.1 -polars==0.19.12 +polars==1.17.1