From 3aa78a680d0fe9b9bc09837bb8dfe8208e28c955 Mon Sep 17 00:00:00 2001 From: SafetyQuincyF Date: Wed, 18 Dec 2024 17:08:02 -0800 Subject: [PATCH] chore/set minimum version for typer and update setup.cfg --- setup.cfg | 6 +++--- test_requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index bd44b63d..9f60d7d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,12 +48,12 @@ install_requires = marshmallow>=3.15.0 Authlib>=1.2.0 rich - typer + typer>=0.12.1 pydantic>=1.10.12 safety_schemas==0.0.10 typing-extensions>=4.7.1 - filelock~=3.12.2 - psutil~=6.0.0 + filelock~=3.16.1 + psutil~=6.1.0 [options.entry_points] console_scripts = diff --git a/test_requirements.txt b/test_requirements.txt index 81330c67..875ee116 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -15,7 +15,7 @@ marshmallow; python_version=="3.6" marshmallow>=3.15.0; python_version>="3.7" Authlib>=1.2.0 rich -typer +typer>=0.12.1 pydantic>=1.10.12 safety_schemas==0.0.10 typing-extensions>=4.7.1