diff --git a/pyproject.toml b/pyproject.toml index 7dbe642..dabbf99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.12.10,<0.13"] +requires = ["uv_build>=0.12.13,<0.13"] build-backend = "uv_build" [project] @@ -51,14 +51,14 @@ tests = [ ] dev = [ "python-statsd[tests]", - "ruff>=0.16.6", + "ruff>=0.16.7", "mypy>=2.3.1", - "basedpyright>=1.39.10", - "pyrefly>=1.2.0", + "basedpyright>=1.40.1", + "pyrefly>=1.3.0", "ty", ] tox = [ - "tox>=4.61.2", + "tox>=4.61.4", "tox-uv>=1.36.0", "tox-gh-actions>=3.5.0", ]