===================
Added
-----
- The command ``graylint --config=check-darkgraylib.toml`` now runs Flake8_, Mypy_,
pydocstyle_, Pylint_ and Ruff_ on modified lines in Python files. Those tools are
included in the ``[test]`` extra.
- Make the section name argument for the config dump function mandatory.
Removed
-------
- The config dump section name is now required and is not inferred from the caller.
Fixed
-----
- Update ``darkgray-dev-tools`` for Pip >= 24.1 compatibility.
- The `~darkgraylib.command_line.make_argument_parser` function now has a ``version``
argument which defaults to Darkgraylib's own version. This allows Darker and Graylint
to correctly report their own version when called with the ``--version`` option.