diff --git a/pyproject.toml b/pyproject.toml index 6905955..4d3c780 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", + "typed-json-db==0.3.1", "typer==0.20.0", ] [dependency-groups] dev = [ "freezegun==1.5.5", - "pre-commit==4.4.0", - "pytest==9.0.0", + "pre-commit==4.5.0", + "pytest==9.0.1", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "ruff==0.14.4", + "ruff==0.14.7", ] diff --git a/requirements.txt b/requirements.txt index a2bdce9..2dee9a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ python-dotenv==1.2.1 -pydantic==2.12.4 +pydantic==2.12.5 typer==0.20.0 # test -pytest==9.0.0 +pytest==9.0.1 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.0 \ No newline at end of file