Update packages 0509 (#75)
* Update packages
* Bump version: 1.1.5 → 1.1.6
* Bump version: 1.1.6 → 1.1.7
* Update astroid package to 2.12.7
* Update pyproject.toml and scripts according to pylint recommendations
Pylint complained about useless options or unknown options, and those have been removed. Also added 60 second timeouts to the requests calls.
* Bump version: 1.1.7 → 1.1.8
* Format with black
Python checks workflow failed and complained about formatting, so I did run black . to reformat the code
* Bump version: 1.1.8 → 1.1.9
* Add env variable for PYTHON_KEYRING_BACKEND
Because the python checks fail on this we are trying to resolve by adding the env variable, source: https://github.com/pypa/pip/issues/7883#issuecomment-643319919
* Bump version: 1.1.9 → 1.1.10