What's Changed
Adds support for Python 3.10, 3.11 and 3.12. Adds two small features to the graphical user interface and support for non-alphabetic names.
New Features
* Add support for Python 3.10, 3.11 and 3.12 by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/219
* Add ENTER key to register/login buttons by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/159
* Add support for non-alphabetic names by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/160
* Add graphical error on duplicate email register by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/158
* Add typehints to callbacks / server / database by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/161
Maintenance
* Update dependabot config by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/134
* Fix tests by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/150
* SQL statements by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/151
* Update checkout action by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/132
* Update pypi tropes by rbaltrusch in https://github.com/rbaltrusch/desktop_shop/pull/133
Updated dependencies
* Bump mkdocs-material from 8.2.7 to 9.0.8 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/63
* Bump mypy from 0.982 to 1.0.0 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/71
* Bump flake8-bugbear from 22.9.23 to 23.2.13 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/73
* Bump mypy from 1.0.0 to 1.1.1 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/80
* Bump mypy from 1.1.1 to 1.2.0 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/90
* Bump pytest from 7.2.0 to 7.3.0 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/91
* Bump beautifulsoup4 from 4.11.1 to 4.12.2 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/92
* Bump mkdocs-htmlproofer-plugin from 0.8.0 to 0.13.1 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/99
* Bump mkdocs-gen-files from 0.4.0 to 0.5.0 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/102
* Bump requests from 2.28.1 to 2.30.0 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/103
* Bump mkdocs-material from 9.0.8 to 9.1.20 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/131
* Bump pytest from 7.3.0 to 7.4.2 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/129
* Bump black from 22.10.0 to 23.9.1 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/130
* Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.10 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/137
* Bump actions/setup-python from 2 to 4 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/136
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/135
* Bump mypy from 1.2.0 to 1.7.0 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/162
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/168
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/169
* Bump mypy from 1.7.0 to 1.8.0 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/174
* Bump black from 23.9.1 to 24.1.1 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/179
* Bump pytest from 7.4.2 to 8.0.0 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/181
* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by dependabot in https://github.com/rbaltrusch/desktop_shop/pull/188
**Full Changelog**: https://github.com/rbaltrusch/desktop_shop/compare/v1.0.5...v1.1.0