diff --git a/pyproject.toml b/pyproject.toml index 7469a41..0efb7af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,16 +6,16 @@ version = "0" [dependency-groups] dev = [ "anyio==4.11.0", - "faker==37.8.0", - "hypothesis==6.140.2", + "faker==37.12.0", + "hypothesis==6.142.5", "mypy==1.18.2", - "polyfactory==2.22.2", + "polyfactory==2.22.3", "pytest==8.4.2", "pytest-cov==7.0.0", "pytest-timeout==2.4.0", - "pytest-rerunfailures==16.0.1", - "ruff==0.13.2", - "uvloop==0.21.0", + "pytest-rerunfailures==16.1", + "ruff==0.14.3", + "uvloop==0.22.1", ] [tool.uv]