diff --git a/pyproject.toml b/pyproject.toml index fa19d93..1e3c01e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,17 +19,16 @@ dynamic = ["version"] [project.urls] repository = "https://github.com/vrslev/stompman" -[tool.uv] -dev-dependencies = [ - "anyio~=4.4.0", - "mypy~=1.11.2", - "pytest-cov~=5.0.0", - "pytest~=8.3.2", - "ruff~=0.6.2", - "uvloop~=0.21.0beta1", - "hypothesis~=6.111.2", - "polyfactory~=2.16.2", - "faker~=28.0.0", +[dependency-groups] +dev = [ + "anyio==4.6.2.post1", + "faker==30.8.1", + "hypothesis==6.115.5", + "mypy==1.13.0", + "polyfactory==2.17.0", + "pytest-cov==5.0.0", + "ruff==0.7.1", + "uvloop==0.21.0", ] [build-system]