diff --git a/pyproject.toml b/pyproject.toml index 6905955..04882fc 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.12.4", + "pydantic==2.12.5", "python-dotenv==1.2.1", - "typed-json-db==0.3.0", - "typer==0.20.0", + "typed-json-db==0.3.1", + "typer==0.20.1", ] [dependency-groups] dev = [ "freezegun==1.5.5", - "pre-commit==4.4.0", - "pytest==9.0.0", + "pre-commit==4.5.1", + "pytest==9.0.2", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "ruff==0.14.4", + "ruff==0.14.10", ] diff --git a/requirements.txt b/requirements.txt index a2bdce9..6abe0f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ python-dotenv==1.2.1 -pydantic==2.12.4 -typer==0.20.0 +pydantic==2.12.5 +typer==0.20.1 # test -pytest==9.0.0 +pytest==9.0.2 pytest-cov==7.0.0 freezegun==1.5.5 pytest-mock==3.15.1 # formatting -pre-commit==4.4.0 \ No newline at end of file +pre-commit==4.5.1 \ No newline at end of file