From 3ef82eef278534331255e6b27062bcf2370f18ad Mon Sep 17 00:00:00 2001 From: Joseph Armstrong <70788681+armstjc@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:17 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ebce61..00c972f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pandas>=2.2.2", "tqdm", "requests", - "keyring>=25.3.0", + "keyring", "lxml" ]