diff --git a/pyproject.toml b/pyproject.toml index 04882fc..8de7ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pydantic==2.12.5", - "python-dotenv==1.2.1", + "python-dotenv==1.2.2", "typed-json-db==0.3.1", - "typer==0.20.1", + "typer==0.24.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.4", ] diff --git a/requirements.txt b/requirements.txt index 6abe0f9..0f583df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -python-dotenv==1.2.1 +python-dotenv==1.2.2 pydantic==2.12.5 -typer==0.20.1 +typer==0.24.1 # test pytest==9.0.2