Version 3.11 of Python introduced tomllib, which brought the tomli package into the standard library. Updating means we can remove the dependency on tomli, making Bank2YNAB free from third-party dependencies once again.
Besides, newer versions include quality-of-life improvements that are nice to have.
Description
Version 3.11 of Python introduced tomllib, which brought the
tomli
package into the standard library. Updating means we can remove the dependency ontomli
, making Bank2YNAB free from third-party dependencies once again.Besides, newer versions include quality-of-life improvements that are nice to have.