Feature changes
* Clean up dependency management by michaelosthege in https://github.com/JuBiotech/robotools/pull/74
* Align `wash_scheme=None` signature and insert `W;` in Evo case by michaelosthege in https://github.com/JuBiotech/robotools/pull/79
* 🐛 Fixes the `transfer` method signatures to align between `BaseWorklist`, `EvoWorklist`, `FluentWorklist`.
* ✨ New `Worklist(diti_mode=True|False)` was introduced to switch to `W;`-only wash schemes when using DiTis
* ✨ `transfer(wash_scheme=...)` options changed such that:
* One of ``{1, 2, 3, 4}`` selects a wash scheme for fixed tips, or drops tips when using DiTis.
* ``"flush"`` blows out tips, but does not drop DiTis, and only does a short wash with fixed tips.
* ``"reuse"`` continues pipetting without flushing, dropping or washing.
* Passing `wash_scheme=None` is deprecated, because it resulted in "flush" for Fluent and "reuse" for EVO worklists.
What's Changed
* Bump codecov/codecov-action from 4.3.0 to 4.3.1 by dependabot in https://github.com/JuBiotech/robotools/pull/73
* Bump contributor-assistant/github-action from 2.3.2 to 2.4.0 by dependabot in https://github.com/JuBiotech/robotools/pull/72
* Bump codecov/codecov-action from 4.3.1 to 4.4.1 by dependabot in https://github.com/JuBiotech/robotools/pull/75
* Bump codecov/codecov-action from 4.4.1 to 4.5.0 by dependabot in https://github.com/JuBiotech/robotools/pull/76
**Full Changelog**: https://github.com/JuBiotech/robotools/compare/v1.10.1...v1.11.0