chore: bump loguru from 0.5.3 to 0.6.0 in /shared

Bumps [loguru](https://github.com/Delgan/loguru) from 0.5.3 to 0.6.0.
- [Release notes](https://github.com/Delgan/loguru/releases)
- [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/Delgan/loguru/compare/0.5.3...0.6.0)

---
updated-dependencies:
- dependency-name: loguru
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-31 09:17:43 +00:00 committed by Kyle Robbertze
parent 0ce1634c9d
commit f6fe318278
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ setup(
install_requires=[
"click>=8.0.3",
# Pinned until https://github.com/Delgan/loguru/issues/581 is fixed
"loguru==0.5.3",
"loguru==0.6.0",
"pydantic",
"pyyaml",
],