Release notes
* Migrate to pymongo 4 by MdreW in https://github.com/UniversitaDellaCalabria/SATOSA-oidcop/pull/8
* v0.5.0 by peppelinux in https://github.com/UniversitaDellaCalabria/SATOSA-oidcop/pull/9
Changelog
* BREAKING CHANGE: oidcop session dump to mongodb as string, previous definitions must be converted with json.dumps and updated in mongodb before update the release
* fix: removed warning on mongodb operations (insert, get, count)
* feat: updated pymongo up to 4.0.1, retrocompatibility with pymongo 3.x indeed
**Full Changelog**: https://github.com/UniversitaDellaCalabria/SATOSA-oidcop/compare/v0.4.7...v0.4.8