diff --git a/pyproject.toml b/pyproject.toml index 6905955..b165fdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,9 @@ dependencies = [ [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.6", ] diff --git a/requirements.txt b/requirements.txt index a2bdce9..02fa4c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,10 @@ pydantic==2.12.4 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