diff --git a/pyproject.toml b/pyproject.toml index 829650d..6094d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pydantic==2.12.3", - "python-dotenv==1.1.1", + "python-dotenv==1.2.1", "typed-json-db==0.3.0", - "typer==0.19.2", + "typer==0.20.0", ] [dependency-groups] @@ -18,5 +18,5 @@ dev = [ "pytest==8.4.2", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "ruff==0.14.1", + "ruff==0.14.2", ] diff --git a/requirements.txt b/requirements.txt index b4f80ff..29d3773 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -python-dotenv==1.1.1 +python-dotenv==1.2.1 pydantic==2.12.3 -typer==0.19.2 +typer==0.20.0 # test pytest==8.4.2