This is a pure maintenance update that updates the supported Python versions and dependences.
* 163 Update dependencies by roskakori in https://github.com/roskakori/cutplace/pull/164 * 149 Remove support for Python 3.7 by roskakori in https://github.com/roskakori/cutplace/pull/150 * 149 Update dependencies by roskakori in https://github.com/roskakori/cutplace/pull/151
* Bump requests from 2.28.1 to 2.31.0 by dependabot in https://github.com/roskakori/cutplace/pull/146 * Bump pygments from 2.13.0 to 2.15.0 by dependabot in https://github.com/roskakori/cutplace/pull/147 * Bump certifi from 2022.12.7 to 2023.7.22 by dependabot in https://github.com/roskakori/cutplace/pull/148 * Bump urllib3 from 2.0.4 to 2.0.7 by dependabot in https://github.com/roskakori/cutplace/pull/153 * Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/roskakori/cutplace/pull/154 * Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by dependabot in https://github.com/roskakori/cutplace/pull/155 * Bump idna from 3.4 to 3.7 by dependabot in https://github.com/roskakori/cutplace/pull/156 * Bump requests from 2.31.0 to 2.32.0 by dependabot in https://github.com/roskakori/cutplace/pull/158 * Bump urllib3 from 2.0.7 to 2.2.2 by dependabot in https://github.com/roskakori/cutplace/pull/159 * Bump jinja2 from 3.1.3 to 3.1.4 by dependabot in https://github.com/roskakori/cutplace/pull/157
- Added option quoting to specify when quotes should be written for delimited data (117, contributed by quapka). - Added support for more quoting characters (113) - Dropped support for Python 3.6. - Updated dependencies. - Cleaned up CI build and pre-commit hooks to work with current versions.