diff --git a/pyproject.toml b/pyproject.toml index 001f23d..ec4be73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ trackpack = "trackpack.__main__:main" [project.optional-dependencies] dev = [ "pylint == 4.0.4", - "pyrefly==0.46.0", + "pyrefly==0.46.1", "pytest == 9.0.2", "ruff == 0.14.10" ]