diff --git a/pyproject.toml b/pyproject.toml index d7dd31d..1bce5aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,18 +5,18 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "pydantic==2.11.7", + "pydantic==2.12.0", "python-dotenv==1.1.1", - "typed-json-db==0.2.1", - "typer==0.16.0", + "typed-json-db==0.3.0", + "typer==0.19.2", ] [dependency-groups] dev = [ - "freezegun==1.5.2", - "pre-commit==4.2.0", - "pytest==8.4.1", + "freezegun==1.5.5", + "pre-commit==4.3.0", + "pytest==8.4.2", "pytest-cov==6.2.1", - "pytest-mock==3.14.1", - "ruff==0.8.0", + "pytest-mock==3.15.1", + "ruff==0.14.0", ] diff --git a/requirements.txt b/requirements.txt index f390879..f169778 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ python-dotenv==1.1.1 -pydantic==2.11.7 -typer==0.17.4 +pydantic==2.12.0 +typer==0.19.2 # test pytest==8.4.2 pytest-cov==7.0.0 freezegun==1.5.5 -pytest-mock==3.15.0 +pytest-mock==3.15.1 # formatting pre-commit==4.3.0 \ No newline at end of file