Bump loguru from 0.6.0 to 0.7.0 (#279)

Bumps [loguru](https://github.com/Delgan/loguru) from 0.6.0 to 0.7.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.6.0...0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-04-10 20:09:23 -04:00
committed by GitHub
parent 73c935995f
commit 97a841b3a4
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ packages = [{include = "rfd_notify"}]
python = "^3.11"
requests = "^2.28.2"
pyyaml = "^6.0"
loguru = "^0.6.0"
loguru = "^0.7.0"
apprise = "^1.3.0"
[tool.poetry.group.dev.dependencies]