After a surviving last year's Advent of Code with `aoc_lube`, I now consider this stable.
Changes:
- Source has been formatted and linted with `ruff`.
- Dependencies are updated to newest versions.
Changes in `utils`:
- `Deltas` class replaced with `GRID_NEIGHBORHOODS` dictionary.
- `inbounds_steps` renamed to `grid_steps`.
- `pairwise_cycle` renamed `sliding_window_cycle`.