diff --git a/pyproject.toml b/pyproject.toml index 04882fc..26b59be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "pydantic==2.12.5", "python-dotenv==1.2.1", "typed-json-db==0.3.1", - "typer==0.20.1", + "typer==0.21.1", ] [dependency-groups] @@ -18,5 +18,5 @@ dev = [ "pytest==9.0.2", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "ruff==0.14.10", + "ruff==0.15.0", ] diff --git a/requirements.txt b/requirements.txt index 6abe0f9..53a69e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-dotenv==1.2.1 pydantic==2.12.5 -typer==0.20.1 +typer==0.21.1 # test pytest==9.0.2